Fix duplicate name of _mutex in ExceptionStore and some of its children.
[dcpomatic.git] / src / lib / server.h
index 314102c1c2b7f5c78ba7cc29c814d46214ab89bc..97bc26fd896b130d777426a41c680e1a58ca1bbc 100644 (file)
@@ -24,7 +24,7 @@
  *  @brief Server class.
  */
 
-#include "exceptions.h"
+#include "exception_store.h"
 #include <boost/thread.hpp>
 #include <boost/asio.hpp>
 #include <boost/thread/condition.hpp>
 class Socket;
 class Log;
 
-namespace cxml {
-       class Node;
-}
-
 /** @class Server
  *  @brief A class to run a server which can accept requests to perform JPEG2000
  *  encoding work.