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:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "modules.h"
|
||||
#include "language.h"
|
||||
#include "version.h"
|
||||
|
||||
Module::Module(const std::string &mname, const std::string &creator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user