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

@ -19,8 +19,11 @@
#ifndef __TINTEDIMAGE_H__
#define __TINTEDIMAGE_H__
#include "Meter.h"
#include "MeterWindow.h"
#include <windows.h>
#include <gdiplus.h>
#include <string>
class CConfigParser;
class CTintedImage
{