diff options
Diffstat (limited to 'pokemodr/TimeUI.cpp')
-rw-r--r-- | pokemodr/TimeUI.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pokemodr/TimeUI.cpp b/pokemodr/TimeUI.cpp index 68e9d628..67347f04 100644 --- a/pokemodr/TimeUI.cpp +++ b/pokemodr/TimeUI.cpp @@ -21,8 +21,10 @@ ///////////////////////////////////////////////////////////////////////////// #include <QMetaObject> -#include "../general/BugCatcher.h" -#include "../general/Exception.h" + +#include <BugCatcher.h> +#include <Exception.h> + #include "TimeUI.h" TimeUI::TimeUI(Time* t, QWidget* parent) : |