C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / image_proxy.cc
index 9e456c941b9d768dc711ca8625d0edb6be1de02b..c426e796fba8d05819ac9d9133f03415dadba4db 100644 (file)
 */
 
 
-#include "image_proxy.h"
-#include "raw_image_proxy.h"
+#include "cross.h"
+#include "exceptions.h"
 #include "ffmpeg_image_proxy.h"
-#include "j2k_image_proxy.h"
 #include "image.h"
-#include "exceptions.h"
-#include "cross.h"
+#include "image_proxy.h"
+#include "j2k_image_proxy.h"
+#include "raw_image_proxy.h"
 #include <dcp/util.h>
 #include <libcxml/cxml.h>
 #include <iostream>