From fae25b43b8dfe7ca4f5d894cf22384686d4db1df Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 24 Mar 2016 19:03:57 +1300 Subject: Remove include guard > >ifndef > is this heresy > oh yeah > i forgot! > i'll wait until i Actually Need it at any rate --- rssd.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rssd.h b/rssd.h index 9a7f082..c244697 100644 --- a/rssd.h +++ b/rssd.h @@ -1,6 +1,3 @@ -#ifndef __RSSD_H -#define __RSSD_H - #include #include #include @@ -9,5 +6,3 @@ #define MAX_URL_LENGTH 2048 void chomp(char *); - -#endif -- cgit v1.2.3