diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
| commit | e894cfe3d891135d1b92b62603a464e42bd6ed5c (patch) | |
| tree | 645163456b39c9174bd3899bfa5aa5715e8f772d /src/lib/server.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/server.h')
| -rw-r--r-- | src/lib/server.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/server.h b/src/lib/server.h index e2e1d46ec..1dc3b7b4e 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -25,14 +25,14 @@ * encoding work, and a class to implement such a server. */ -#include <string> +#include "log.h" +#include "exceptions.h" +#include <libxml++/libxml++.h> #include <boost/thread.hpp> #include <boost/asio.hpp> #include <boost/thread/condition.hpp> #include <boost/optional.hpp> -#include <libxml++/libxml++.h> -#include "log.h" -#include "exceptions.h" +#include <string> class Socket; |
