aboutsummaryrefslogtreecommitdiff
path: root/getgov.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
commitcc61bfa71b1f72049970dd119ec14d9ac108a1ef (patch)
tree32f4c4b5b43db6b09ccfa155885c53f3046f60a7 /getgov.h
parent972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (diff)
downloadparamano-cc61bfa71b1f72049970dd119ec14d9ac108a1ef.tar.xz
Removed unneeded include guards
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 */