Move RawString.h into Common

This commit is contained in:
Birunthan Mohanathas
2013-05-31 17:34:36 +03:00
parent 1934c5db72
commit bdb5605d24
10 changed files with 13 additions and 13 deletions

View File

@ -25,7 +25,7 @@
#include "../PluginPerfMon/ObjList.h"
#include "../PluginPerfMon/ObjInst.h"
#include "../API/RainmeterAPI.h"
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData

View File

@ -20,7 +20,7 @@
#include <string>
#include <windows.h>
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/pcre-8.10/config.h"
#include "../../Library/pcre-8.10/pcre.h"

View File

@ -25,7 +25,7 @@
#include "ObjList.h"
#include "ObjInst.h"
#include "../API/RainmeterAPI.h"
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData

View File

@ -21,7 +21,7 @@
#include <time.h>
#include <errno.h>
#include <crtdbg.h>
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point

View File

@ -20,7 +20,7 @@
#include <TlHelp32.h>
#include <algorithm>
#include <vector>
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point

View File

@ -26,7 +26,7 @@
#include <windows.h>
#include <stdio.h>
#include <psapi.h>
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point

View File

@ -18,7 +18,7 @@
#include <windows.h>
#include <stdio.h>
#include "../../Library/RawString.h"
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point