Move ServerDescription into its own header.
[dcpomatic.git] / src / tools / server_test.cc
index 19b513357af2c216c65a465ebc025d7f03241224..201761ed5e927a81a2db5276438f1c5a736a1868 100644 (file)
 
 */
 
-#include <iostream>
-#include <iomanip>
-#include <exception>
-#include <getopt.h>
 #include "lib/ratio.h"
 #include "lib/film.h"
 #include "lib/filter.h"
 #include "lib/player.h"
 #include "lib/player_video.h"
 #include "lib/data.h"
+#include "lib/server_description.h"
+#include <getopt.h>
+#include <iostream>
+#include <iomanip>
+#include <exception>
 
 using std::cout;
 using std::cerr;