aboutsummaryrefslogtreecommitdiff
path: root/getfreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'getfreq.h')
-rw-r--r--getfreq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/getfreq.h b/getfreq.h
index f13a9e9..00a428f 100644
--- a/getfreq.h
+++ b/getfreq.h
@@ -16,9 +16,6 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#ifndef GETFREQ_H
-#define GETFREQ_H
-
#include <stddef.h>
void gf_init();
@@ -28,5 +25,3 @@ void gf_get_frequency_label(char* buffer, size_t max_size, int freq);
char* gf_freqa(int core, int index);
int gf_freqi(int core, int index);
unsigned int gf_number();
-
-#endif /* ifndef GETFREQ_H */