mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cleaned up header dependencies.
This commit is contained in:
parent
bbe733b437
commit
73d71b1284
@ -20,6 +20,7 @@
|
||||
#include "Rainmeter.h"
|
||||
#include "System.h"
|
||||
#include "MeterWindow.h"
|
||||
#include "TrayWindow.h"
|
||||
#include "Measure.h"
|
||||
#include "resource.h"
|
||||
#include "DialogAbout.h"
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef _DIALOGABOUT_H_
|
||||
#define _DIALOGABOUT_H_
|
||||
|
||||
#include "MeterWindow.h"
|
||||
#include "TrayWindow.h"
|
||||
#include "Dialog.h"
|
||||
|
||||
class CDialogAbout : public CDialog
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "Rainmeter.h"
|
||||
#include "System.h"
|
||||
#include "MeterWindow.h"
|
||||
#include "TrayWindow.h"
|
||||
#include "Measure.h"
|
||||
#include "resource.h"
|
||||
#include "DialogManage.h"
|
||||
|
@ -19,9 +19,6 @@
|
||||
#ifndef _DIALOGMANAGE_H_
|
||||
#define _DIALOGMANAGE_H_
|
||||
|
||||
#include "MeterWindow.h"
|
||||
#include "Rainmeter.h"
|
||||
#include "TrayWindow.h"
|
||||
#include "Dialog.h"
|
||||
|
||||
class CDialogManage : public CDialog
|
||||
|
Loading…
Reference in New Issue
Block a user