diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-28 23:15:16 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-28 23:15:16 -0400 |
commit | 950cfcd31e4f05d63b24fbce391a69a5f0b59dec (patch) | |
tree | a476d224dc103142beea43a92c181dc3b43fef9e /src/module.cpp | |
parent | 1037a469d313286b9f8683a0113f1d22d5d65fc3 (diff) |
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)
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |