Add #pragma once directives in all our headers, for safety.

This commit is contained in:
Sam Hocevar
2015-11-07 13:13:12 +01:00
parent 1658b4f59b
commit b426e7104d
13 changed files with 26 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* fuzz.h: fuzz functions
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* random.h: pseudorandom number generator
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* ranges.c: range handling helper functions
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* debug.h: debugging support
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* lib-load.h: preload library functions
*/
+2
View File
@@ -11,6 +11,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* network.h: network connection helper functions
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* sys.h: system-dependent initialisation
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* myfork.h: process handling functions
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* timer.h: timing functions
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* getopt.h: getopt_long reimplementation
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* hex.h: hexadecimal data dump
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* md5.h: MD5 computation
*/
+2
View File
@@ -10,6 +10,8 @@
* See http://www.wtfpl.net/ for more details.
*/
#pragma once
/*
* mutex.h: very simple spinlock routines
*/