mirror of
https://github.com/anope/anope.git
synced 2026-06-25 11:56:37 +02:00
08583dc107
out of the core and into the modules that use them.
9 lines
120 B
C
9 lines
120 B
C
#ifndef MODULE_H
|
|
#define MODULE_H
|
|
|
|
#include "services.h"
|
|
#include "commands.h"
|
|
#include "modules.h"
|
|
|
|
#endif // MODULE_H
|