Cleaned up header dependencies to avoid unnecessary compiling.

This commit is contained in:
spx
2011-02-07 08:02:12 +00:00
parent e0b9a2c353
commit b0af82a25d
26 changed files with 36 additions and 23 deletions

View File

@ -22,11 +22,10 @@
#include <windows.h>
#include <map>
#include <vector>
#include <list>
#include <string>
#include "Litestep.h"
#include "MeterWindow.h"
#include "TrayWindow.h"
#include "../Version.h"
#define MAX_LINE_LENGTH 4096
@ -126,6 +125,9 @@ struct GlobalConfig
double netOutSpeed;
};
class CConfigParser;
class CTrayWindow;
class CRainmeter
{
public: