From e41274b841608e363f44001380944aa12a80b911 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 12 Jan 2013 20:48:05 +0100 Subject: [PATCH] Include version.h and CrashReport.h only where needed Signed-off-by: Sven Strickroth --- src/AsyncFramework/stdafx.h | 1 - src/TGitCache/TGITCache.h | 2 -- src/TortoiseMerge/SetMainPage.cpp | 1 - src/TortoiseMerge/TortoiseMerge.h | 1 - 4 files changed, 5 deletions(-) diff --git a/src/AsyncFramework/stdafx.h b/src/AsyncFramework/stdafx.h index 9cdc21d2a..85acdab9f 100644 --- a/src/AsyncFramework/stdafx.h +++ b/src/AsyncFramework/stdafx.h @@ -36,5 +36,4 @@ #include #include -#include "../Utils/CrashReport.h" diff --git a/src/TGitCache/TGITCache.h b/src/TGitCache/TGITCache.h index 8f5d69690..f01d4c688 100644 --- a/src/TGitCache/TGITCache.h +++ b/src/TGitCache/TGITCache.h @@ -18,8 +18,6 @@ // #pragma once -#include "..\version.h" - #define BUFSIZE 4096 #define MAX_CRAWLEDPATHS 15 #define MAX_CRAWLEDPATHSLEN (MAX_PATH * 2) diff --git a/src/TortoiseMerge/SetMainPage.cpp b/src/TortoiseMerge/SetMainPage.cpp index 142b91bf5..235bd117d 100644 --- a/src/TortoiseMerge/SetMainPage.cpp +++ b/src/TortoiseMerge/SetMainPage.cpp @@ -19,7 +19,6 @@ #include "stdafx.h" #include "TortoiseMerge.h" #include "DirFileEnum.h" -#include "version.h" #include "AppUtils.h" #include "PathUtils.h" #include "SetMainPage.h" diff --git a/src/TortoiseMerge/TortoiseMerge.h b/src/TortoiseMerge/TortoiseMerge.h index 0d026bad5..b31e83744 100644 --- a/src/TortoiseMerge/TortoiseMerge.h +++ b/src/TortoiseMerge/TortoiseMerge.h @@ -23,7 +23,6 @@ #endif #include "resource.h" // main symbols -#include "CrashReport.h" /** * \ingroup TortoiseMerge -- 2.11.4.GIT