diff options
author | Chris Dyer <redpony@gmail.com> | 2014-10-09 14:17:01 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-10-09 14:17:01 -0400 |
commit | 186a591e0d6e2f33a3743718115dd5ca1b60f04f (patch) | |
tree | a1019b509d54541c1108326f00dfa3bbce1986ef /mteval/ns.h | |
parent | a04b6a955f49f5f72e2a27f388e581734b213204 (diff) |
fix header names in mteval/
Diffstat (limited to 'mteval/ns.h')
-rw-r--r-- | mteval/ns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mteval/ns.h b/mteval/ns.h index 153bf0b8..f6329b65 100644 --- a/mteval/ns.h +++ b/mteval/ns.h @@ -1,5 +1,5 @@ -#ifndef _NS_H_ -#define _NS_H_ +#ifndef NS_H_ +#define NS_H_ #include <string> #include <vector> |