diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:10:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:28 +0100 |
| commit | dbf43f9113d88245f27493fd5d6950ba142b7f1f (patch) | |
| tree | a8f884bc08421fd507ca249ea9610cadb09b7336 /test/client_server_test.cc | |
| parent | edbdc717041a76b01b77a4495031478082f5882e (diff) | |
Move ServerDescription into its own header.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index db198e79c..89a8e82cc 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -25,8 +25,6 @@ * encoded data to check that they are the same. */ -#include <boost/test/unit_test.hpp> -#include <boost/thread.hpp> #include "lib/server.h" #include "lib/image.h" #include "lib/cross.h" @@ -34,6 +32,10 @@ #include "lib/player_video.h" #include "lib/raw_image_proxy.h" #include "lib/data.h" +#include "lib/server_description.h" +#include "lib/log.h" +#include <boost/test/unit_test.hpp> +#include <boost/thread.hpp> using std::list; using boost::shared_ptr; |
