checkpoint. renamed CScreenMap.h to CConfig.h. will be

changing CScreenMap to CConfig everywhere.
This commit is contained in:
crs 2002-05-31 14:34:16 +00:00
parent 536eb52337
commit ed96354bad
6 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#include "CHTTPProtocol.h"
#include "XHTTP.h"
#include "CServer.h"
#include "CScreenMap.h"
#include "CConfig.h"
#include "CLog.h"
#include "XThread.h"
#include "ISocket.h"

View File

@ -1,4 +1,4 @@
#include "CScreenMap.h"
#include "CConfig.h"
#include <assert.h>
//

View File

@ -4,7 +4,7 @@
#include "ClipboardTypes.h"
#include "KeyTypes.h"
#include "MouseTypes.h"
#include "CScreenMap.h"
#include "CConfig.h"
#include "CClipboard.h"
#include "CMutex.h"
#include "CString.h"

View File

@ -1,5 +1,5 @@
#include "CSynergyHook.h"
#include "CScreenMap.h"
#include "CConfig.h"
#include <assert.h>
#include <zmouse.h>

View File

@ -1,5 +1,5 @@
#include "CServer.h"
#include "CScreenMap.h"
#include "CConfig.h"
#include "CLog.h"
#include "CMutex.h"
#include "CNetwork.h"