Move Socket to dcpomatic_socket.{cc,h}.
[dcpomatic.git] / src / lib / image.h
index 22f3f6e502ca6f6775f7c71265220efe9d84d399..814ad1c5895a8c7d6edd8f5ed7563c4479c306cd 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef DCPOMATIC_IMAGE_H
 #define DCPOMATIC_IMAGE_H
 
-#include "util.h"
 #include "position.h"
 #include "position_image.h"
+#include "types.h"
 #include <dcp/image.h>
 extern "C" {
 #include <libavcodec/avcodec.h>
@@ -37,6 +37,7 @@ extern "C" {
 #include <string>
 
 class Scaler;
+class Socket;
 
 class Image : public dcp::Image
 {