header cleanup

This commit is contained in:
Glenn Maynard
2006-10-23 20:18:28 +00:00
parent 3e959745e1
commit 0ebc4a9900
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -3,8 +3,6 @@
#ifndef Commands_H
#define Commands_H
#include "RageTypes.h"
class Command
{
public:
+1
View File
@@ -9,6 +9,7 @@
#include "arch/Dialog/Dialog.h"
#include "XmlFile.h"
#include "Command.h"
#include "RageTypes.h"
#include <sstream>
#include <csetjmp>