[trunk] Speed-up opj_int_fix_mul by removing unneeded operation
[openjpeg.git] / src / lib / openjp2 / opj_inttypes.h
index f94f648b085fea3538b6e717b96b9b31a4d84107..e74aed6a17e004949efcbca8d17bfe73ae37542d 100644 (file)
@@ -1,4 +1,9 @@
 /*
+ * The copyright in this software is being made available under the 2-clauses 
+ * BSD License, included below. This software may be subject to other third 
+ * party and contributor rights, including patent rights, and no such rights
+ * are granted under this license.
+ *
  * Copyright (c) 2012, Mathieu Malaterre <mathieu.malaterre@gmail.com>
  * All rights reserved.
  *
@@ -26,7 +31,7 @@
 #ifndef OPJ_INTTYPES_H
 #define OPJ_INTTYPES_H
 
-#include "opj_config.h"
+#include "opj_config_private.h"
 #ifdef OPJ_HAVE_INTTYPES_H
 #include <inttypes.h>
 #else