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
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2016-01-11 23:42:09 +0300
committerOliver Schneider <oliver@assarbad.net>2016-01-11 23:42:09 +0300
commitaae4db317425c7a4da0ab9fe45636de627148a6c (patch)
treeec8a5e7e2771d5db5bbb6336aaca8cd07fb2ebf1 /common
parent45ac944c4fc612f9009a47e91e88c53aa80b92ca (diff)
Using stdafx.h everywhere
Renaming variables that were shadowed by those from the nesting scope
Diffstat (limited to 'common')
-rw-r--r--common/commonhelpers.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/common/commonhelpers.cpp b/common/commonhelpers.cpp
index 106f9b4..d9867b7 100644
--- a/common/commonhelpers.cpp
+++ b/common/commonhelpers.cpp
@@ -22,12 +22,7 @@
// - assarbad -> http://windirstat.info/contact/oliver/
//
-#include <afxwin.h> // MFC core and standard components
-#include <atlbase.h> // CComPtr, USES_CONVERSION
-
-#include "mdexceptions.h"
-
-#include "commonhelpers.h"
+#include "stdafx.h"
CString MyStrRetToString(const LPITEMIDLIST pidl, const STRRET *strret)
{