diff options
Diffstat (limited to 'decoder/freqdict.h')
-rw-r--r-- | decoder/freqdict.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/freqdict.h b/decoder/freqdict.h index 4e03fadd..07d797e2 100644 --- a/decoder/freqdict.h +++ b/decoder/freqdict.h @@ -1,5 +1,5 @@ -#ifndef _FREQDICT_H_ -#define _FREQDICT_H_ +#ifndef FREQDICT_H_ +#define FREQDICT_H_ #include <iostream> #include <map> |