summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r--src/LashDriver.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp
index 114748b..5c58444 100644
--- a/src/LashDriver.cpp
+++ b/src/LashDriver.cpp
@@ -15,15 +15,14 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "LashDriver.h"
-#include "config.h"
#include <iostream>
#include <string>
-#include "Patchage.h"
-#include "StateManager.h"
+#include "../../config/config.h"
+#include "LashDriver.hpp"
+#include "Patchage.hpp"
+#include "StateManager.hpp"
-using std::cerr; using std::cout; using std::endl;
-using std::string;
+using namespace std;
LashDriver::LashDriver(Patchage* app, int argc, char** argv)