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/options.h
parent77cb9cbfbf83c728f1bb4cceed4bc4418922ab5b (diff)
- Fixing include path, so we have a global one to refer to (now with the sandbox project)
Diffstat (limited to 'windirstat/options.h')
-rw-r--r--windirstat/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/windirstat/options.h b/windirstat/options.h
index 97f0d55..e09fb64 100644
--- a/windirstat/options.h
+++ b/windirstat/options.h
@@ -27,8 +27,8 @@
#pragma once
#include "treemap.h"
-#include "../common/wds_constants.h"
-#include "../common/SimpleIni.h"
+#include <common/wds_constants.h>
+#include <common/SimpleIni.h>
#include <atlbase.h> // CRegKey
#include <memory>