]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wof.h
header cleanups
[wimlib] / include / wimlib / wof.h
index b2cdd2722d3be535b5e5b619c77f0edb46f29038..969be854669d7432ec566dffd58fea2cdde1c121 100644 (file)
@@ -4,13 +4,16 @@
  * Definitions for Windows Overlay File System Filter (WOF) ioctls.  See
  * http://msdn.microsoft.com/en-us/library/windows/hardware/ff540367(v=vs.85).aspx
  * for more information.
+ *
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #ifndef _WOF_H_
 #define _WOF_H_
 
-#include "wimlib/types.h"
 #include "wimlib/compiler.h"
+#include "wimlib/types.h"
 
 #define WOF_CURRENT_VERSION    1
 #define WOF_PROVIDER_WIM       1