1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 21:25:43 +02:00

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)

This commit is contained in:
Naram Qashat
2010-06-28 23:15:16 -04:00
parent 1037a469d3
commit 950cfcd31e
2 changed files with 28 additions and 34 deletions
+28 -33
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -8,7 +8,6 @@
#include "modules.h"
#include "language.h"
#include "version.h"
Module::Module(const std::string &mname, const std::string &creator)
{