From affdd62364c7066b2b3018f1020b3ff9c26a8a4d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 8 Sep 2007 20:44:27 +0000 Subject: [PATCH] Fixed linefeeds. --- src/config/configfile.cpp | 2 +- src/gui/qt/qttools/qttoolswrapper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp index 4c5937d9..b6386e31 100644 --- a/src/config/configfile.cpp +++ b/src/config/configfile.cpp @@ -28,7 +28,7 @@ #include #endif -#include +#include #include #include diff --git a/src/gui/qt/qttools/qttoolswrapper.cpp b/src/gui/qt/qttools/qttoolswrapper.cpp index 481663be..1ae49335 100644 --- a/src/gui/qt/qttools/qttoolswrapper.cpp +++ b/src/gui/qt/qttools/qttoolswrapper.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "qttoolswrapper.h" -#include +#include using namespace std;