From 5a81b0e272a6e456e8c29ce2e755ac4e1c8b5546 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Feb 2013 02:12:12 +0200 Subject: started separated proto lib implementation started modules support implementation --- server/headers.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 server/headers.h (limited to 'server/headers.h') diff --git a/server/headers.h b/server/headers.h new file mode 100644 index 0000000..c7119b6 --- /dev/null +++ b/server/headers.h @@ -0,0 +1,26 @@ + +//c +#include +#include + +//os +#include +#include + +//c++ +#include +#include + +//boost +#include +#include +#include +#include + +//our api + +#include "api_service.h" +#include "api_protocol.h" +#include "get_function.h" +#include "modules.h" +#include "server.h" -- cgit v1.2.3