]> git.stg.codes - stg.git/commitdiff
Изменен порядок следования заголовочных файлов в rpcconfig.h
authorMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:18:04 +0000 (15:18 +0200)
committerMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:18:04 +0000 (15:18 +0200)
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h

index ad7a713ef168f12e831d5d900bb78966d83f91b8..75db5580eecda2b6200d13990b010462ab19caed 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __RPC_CONFIG_H__
 #define __RPC_CONFIG_H__
 
+#include <pthread.h>
+
 #include <ctime>
 #include <string>
 #include <map>
@@ -9,8 +11,6 @@
 #include <xmlrpc-c/registry.hpp>
 #include <xmlrpc-c/server_abyss.hpp>
 
-#include <pthread.h>
-
 #include "os_int.h"
 #include "base_plugin.h"
 #include "base_store.h"