Cleanup: header ordering.
[libdcp.git] / src / subtitle.cc
index de3fe03f82cccdffebdc8d8455af2669321df096..248d0cffed8df9010f95c215800b12cb726f7a30 100644 (file)
@@ -38,8 +38,9 @@
 
 
 #include "compose.hpp"
-#include "subtitle.h"
 #include "dcp_time.h"
+#include "equality_options.h"
+#include "subtitle.h"
 
 
 using std::shared_ptr;
@@ -73,7 +74,7 @@ Subtitle::Subtitle (
 
 
 bool
-Subtitle::equals(shared_ptr<const Subtitle> other, EqualityOptions options, NoteHandler note) const
+Subtitle::equals(shared_ptr<const Subtitle> other, EqualityOptions const& options, NoteHandler note) const
 {
        bool same = true;