From a04b6a955f49f5f72e2a27f388e581734b213204 Mon Sep 17 00:00:00 2001
From: Chris Dyer <redpony@gmail.com>
Date: Thu, 9 Oct 2014 14:14:33 -0400
Subject: fix header names in util/

---
 utils/filelib.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'utils/filelib.h')

diff --git a/utils/filelib.h b/utils/filelib.h
index 4fa69760..90620d05 100644
--- a/utils/filelib.h
+++ b/utils/filelib.h
@@ -1,5 +1,5 @@
-#ifndef _FILELIB_H_
-#define _FILELIB_H_
+#ifndef FILELIB_H_
+#define FILELIB_H_
 
 #include <cassert>
 #include <string>
-- 
cgit v1.2.3