Fix HP compiler warning about redeclaration of function (#640)
[openjpeg.git] / src / lib / openjp2 / opj_includes.h
index 22b2f62a75083923c7cc0ca63ffddd06a18f1a8f..f855b7c6694045ebb1108a188971fa28e6d00f0e 100644 (file)
@@ -167,16 +167,16 @@ static INLINE long opj_lrintf(float f) {
 #endif
 
 /* MSVC x86 is really bad at doing int64 = int32 * int32 on its own. Use intrinsic. */
-#if defined(_MSC_VER) && (_MSC_VER >= 1400) && !defined(__INTEL_COMPILER) && defined(_M_IX86)\r
-#      include <intrin.h>\r
-#      pragma intrinsic(__emul)\r
+#if defined(_MSC_VER) && (_MSC_VER >= 1400) && !defined(__INTEL_COMPILER) && defined(_M_IX86)
+#      include <intrin.h>
+#      pragma intrinsic(__emul)
 #endif
 
 #include "opj_inttypes.h"
 #include "opj_clock.h"
 #include "opj_malloc.h"
-#include "function_list.h"
 #include "event.h"
+#include "function_list.h"
 #include "bio.h"
 #include "cio.h"