1
0
mirror of https://github.com/anope/anope.git synced 2026-06-23 07:26:38 +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
-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)
{