]> git.ozlabs.org Git - ccan/blobdiff - ccan/container_of/container_of.h
Simplify -I lines: change includes to ccan/
[ccan] / ccan / container_of / container_of.h
index 1f4b18e4426a1c3c0bfc5c47e2a4e807ae7e2a52..ec66f106f2aeb0144b17455973607b873ae88731 100644 (file)
@@ -3,7 +3,7 @@
 #include <stddef.h>
 
 #include "config.h"
-#include "check_type/check_type.h"
+#include <ccan/check_type/check_type.h>
 
 /**
  * container_of - get pointer to enclosing structure