Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Oliver Schneider ext:(%22) <oliver@assarbad.net>2011-02-20 03:24:47 +0300
committer"Oliver Schneider ext:(%22) <oliver@assarbad.net>2011-02-20 03:24:47 +0300
commita9968e52f0ee9e680e7688441966280f07f5e3e5 (patch)
tree34f4ec5bb325ae9c5be31e163548d3aea2f04ce4 /windirstat/mainframe.cpp
parent77cb9cbfbf83c728f1bb4cceed4bc4418922ab5b (diff)
- Fixing include path, so we have a global one to refer to (now with the sandbox project)
Diffstat (limited to 'windirstat/mainframe.cpp')
-rw-r--r--windirstat/mainframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windirstat/mainframe.cpp b/windirstat/mainframe.cpp
index d4f644f..9c04ec0 100644
--- a/windirstat/mainframe.cpp
+++ b/windirstat/mainframe.cpp
@@ -37,7 +37,7 @@
#include "pagetreemap.h"
#include "pagegeneral.h"
-#include "../common/version.h"
+#include <common/version.h>
#include "mainframe.h"