summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 16:57:52 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 18:00:33 +0100
commit14e4bc18e65378332604016bd6239861a083d5bf (patch)
tree25690f8840fb49c808e8106c848e1891c6759ab6 /src/lib/server_finder.h
parentdbf43f9113d88245f27493fd5d6950ba142b7f1f (diff)
Include tidying src/lib/a-j*.h
Diffstat (limited to 'src/lib/server_finder.h')
-rw-r--r--src/lib/server_finder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/server_finder.h b/src/lib/server_finder.h
index 3bb0e03f9..400cabe0e 100644
--- a/src/lib/server_finder.h
+++ b/src/lib/server_finder.h
@@ -17,10 +17,13 @@
*/
-#include "server.h"
#include "signaller.h"
+#include "server_description.h"
#include "config.h"
#include <boost/signals2.hpp>
+#include <boost/thread/condition.hpp>
+
+class Socket;
class ServerFinder : public Signaller, public ExceptionStore
{