fixing header guards close issue #48

This commit is contained in:
zakird
2013-08-26 12:26:01 -04:00
parent 853524c2ae
commit 0d3ad52ee0
11 changed files with 22 additions and 22 deletions

View File

@ -6,8 +6,8 @@
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
#ifndef HEADER_OUTPUT_MODULES_H
#define HEADER_OUTPUT_MODULES_H
#ifndef OUTPUT_MODULES_H
#define OUTPUT_MODULES_H
#include "../state.h"