Revert FreeBSD compatibility layer
[lttng-tools.git] / src / common / hashtable / utils.c
index 01cc72b3b4f8e5151a815e7461724160331ba82a..50cd1ba959cd8dbb838b9785deaa83ffae8e4501 100644 (file)
@@ -50,6 +50,7 @@
  */
 
 #include <assert.h>
+#include <endian.h>    /* attempt to define endianness */
 #include <stdint.h>     /* defines uint32_t etc */
 #include <stdio.h>      /* defines printf for tests */
 #include <string.h>
@@ -58,7 +59,6 @@
 #include <urcu/compiler.h>
 
 #include "utils.h"
-#include <common/compat/endian.h>    /* attempt to define endianness */
 
 /*
  * My best guess at if you are big-endian or little-endian.  This may
This page took 0.022903 seconds and 4 git commands to generate.