From 950cfcd31e4f05d63b24fbce391a69a5f0b59dec Mon Sep 17 00:00:00 2001 From: Naram Qashat Date: Mon, 28 Jun 2010 23:15:16 -0400 Subject: Some OCDing over version.cpp, and make it so module.cpp doesn't need version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build) --- src/module.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index 7c83a7937..d2382eb02 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -8,7 +8,6 @@ #include "modules.h" #include "language.h" -#include "version.h" Module::Module(const std::string &mname, const std::string &creator) { -- cgit