Cleanup: standardise include path
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 69bbd21a0959c93bbd870166ca1b56b8cc34533f..a6fb6d83380c5bb23fc0788c5249b913163a8ea0 100644 (file)
@@ -16,8 +16,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
-#include <byteswap.h>
 #include <stdint.h>
 #include <string.h>
 #include <sys/mman.h>
@@ -27,6 +25,7 @@
 #include <lttng/ust-ctl.h>
 #include <lttng/ust-abi.h>
 #include <lttng/ust-events.h>
+#include <lttng/ust-endian.h>
 #include <usterr-signal-safe.h>
 #include <ust-comm.h>
 #include <helper.h>
This page took 0.023851 seconds and 4 git commands to generate.