From 1a8a5197f67a420c496a3a61daa3528deab4d224 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 30 May 2012 19:43:05 +0000 Subject: [PATCH] Remove unnecessary includes --- source/installedfile.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/installedfile.cpp b/source/installedfile.cpp index fff8c3b..04a40ec 100644 --- a/source/installedfile.cpp +++ b/source/installedfile.cpp @@ -1,12 +1,7 @@ #include #include "builder.h" -#include "copy.h" -#include "executable.h" -#include "datafile.h" #include "installedfile.h" -#include "package.h" #include "sharedlibrary.h" -#include "staticlibrary.h" using namespace std; using namespace Msp; -- 2.43.0