aboutsummaryrefslogtreecommitdiff
path: root/getgov.h
diff options
context:
space:
mode:
Diffstat (limited to 'getgov.h')
-rw-r--r--getgov.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/getgov.h b/getgov.h
index 5a5d8d8..2427155 100644
--- a/getgov.h
+++ b/getgov.h
@@ -16,9 +16,6 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#ifndef GETGOV_H
-#define GETGOV_H
-
#include <stdbool.h>
void gg_init();
@@ -26,5 +23,3 @@ bool gg_current(int core, char* out, int size);
bool gg_available(int core, char* out, int size);
char* gg_gov(int core, int index);
unsigned int gg_number();
-
-#endif /* ifndef GETGOV_H */