aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:34:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:34:28 +1300
commit502512cf13830ee660a752a6e5345b8f6d578eac (patch)
tree35a797b54f646c9682743c2c2d36224bbb36e050
parentCorrect target spelling (diff)
downloadcrypt-502512cf13830ee660a752a6e5345b8f6d578eac.tar.gz
crypt-502512cf13830ee660a752a6e5345b8f6d578eac.zip
Remove include guards
-rw-r--r--crypt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypt.h b/crypt.h
index 2511a15..b3514b5 100644
--- a/crypt.h
+++ b/crypt.h
@@ -1,10 +1,6 @@
-#ifndef CRYPT_H
-#define CRYPT_H
-
#define _XOPEN_SOURCE
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#endif