summaryrefslogtreecommitdiff
path: root/include/module.h
blob: bc9323f19f5162bae58bb3054f4fff0f9484a105 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MODULE_H
#define MODULE_H

#include "services.h"
#include "commands.h"
#include "language.h"
#include "modules.h"
#include "version.h"

#endif