checkpoint. renamed CScreenMap.h to CConfig.h. will be
changing CScreenMap to CConfig everywhere.
This commit is contained in:
parent
536eb52337
commit
ed96354bad
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "CScreenMap.h"
|
||||
#include "CConfig.h"
|
||||
#include <assert.h>
|
||||
|
||||
//
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "CSynergyHook.h"
|
||||
#include "CScreenMap.h"
|
||||
#include "CConfig.h"
|
||||
#include <assert.h>
|
||||
#include <zmouse.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "CServer.h"
|
||||
#include "CScreenMap.h"
|
||||
#include "CConfig.h"
|
||||
#include "CLog.h"
|
||||
#include "CMutex.h"
|
||||
#include "CNetwork.h"
|
||||
|
|
Loading…
Reference in New Issue