diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-16 17:34:28 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-16 17:34:28 +1300 |
commit | 502512cf13830ee660a752a6e5345b8f6d578eac (patch) | |
tree | 35a797b54f646c9682743c2c2d36224bbb36e050 /crypt.h | |
parent | Correct target spelling (diff) | |
download | crypt-502512cf13830ee660a752a6e5345b8f6d578eac.tar.gz crypt-502512cf13830ee660a752a6e5345b8f6d578eac.zip |
Remove include guards
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |