[vlc-commits] test: hxxx: reorder include
    Francois Cartegnie 
    git at videolan.org
       
    Tue Dec 26 23:50:01 CET 2017
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Dec 26 23:49:23 2017 +0100| [9aa79523e1acdacaf365e79a09c482666953bdfb] | committer: Francois Cartegnie
test: hxxx: reorder include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9aa79523e1acdacaf365e79a09c482666953bdfb
---
 test/modules/packetizer/hxxx.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/modules/packetizer/hxxx.c b/test/modules/packetizer/hxxx.c
index 7f44c207c8..6a7767570f 100644
--- a/test/modules/packetizer/hxxx.c
+++ b/test/modules/packetizer/hxxx.c
@@ -18,14 +18,14 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifdef NDEBUG
- #undef NDEBUG
-#endif
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#ifdef NDEBUG
+ #undef NDEBUG
+#endif
+
 #include <assert.h>
 #include <vlc_common.h>
 #include <vlc_block.h>
    
    
More information about the vlc-commits
mailing list