Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / jhash.h
index 944dc0471fb3d5a90d0f54d9e516d61f377f6f5b..ace743bfa5438fe33937075e5d3c51e70d4a2482 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <stddef.h>
+#include <stdint.h>
 #include <urcu/compiler.h>
-#include <endian.h>
+#include <lttng/ust-endian.h>
 
 /*
  * Hash function
This page took 0.024777 seconds and 4 git commands to generate.