mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cleaned up header dependencies to avoid unnecessary compiling.
This commit is contained in:
@ -19,7 +19,9 @@
|
||||
#ifndef __MEASURE_H__
|
||||
#define __MEASURE_H__
|
||||
|
||||
#include "MeterWindow.h"
|
||||
#include <windows.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "Litestep.h"
|
||||
#include "Group.h"
|
||||
|
||||
@ -36,6 +38,8 @@ enum AUTOSCALE
|
||||
};
|
||||
|
||||
class CMeter;
|
||||
class CMeterWindow;
|
||||
class CConfigParser;
|
||||
|
||||
class CMeasure : public CGroup
|
||||
{
|
||||
|
Reference in New Issue
Block a user