From 3f266e3460eeea05a7a80aa4d2a29d2f418c13da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 15 Aug 2004 13:15:18 +0000 Subject: Rename ServerInfo.{cc,hh} to ServerInfoManager.{cc,hh} git-svn-id: file:///home/lennart/svn/public/paman/trunk@10 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/paman.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/paman.hh') diff --git a/src/paman.hh b/src/paman.hh index 7f2127f..241378d 100644 --- a/src/paman.hh +++ b/src/paman.hh @@ -1,7 +1,7 @@ #ifndef foopamanhhfoo #define foopamanhhfoo -#include "ServerInfo.hh" +#include "ServerInfoManager.hh" #define GLADE_FILE "paman.glade" @@ -11,5 +11,4 @@ extern struct pa_context *context; void create_connection(); - #endif -- cgit