[Change] What? I wasn't even consistent?!

This commit is contained in:
Rtch90 2013-12-13 02:52:29 +00:00
parent 4c0654e148
commit f74878719d

View File

@ -1,5 +1,4 @@
#ifndef _DEBUG_H_ #pragma once
#define _DEBUG_H_
#include <fstream> #include <fstream>
#include "string" #include "string"
@ -19,5 +18,3 @@ public:
private: private:
std::ofstream _logFile; std::ofstream _logFile;
}; };
#endif // _DEBUG_H_