Fix header guard

This commit is contained in:
Phillip Stephens 2016-01-13 23:24:17 -08:00
parent 3701037199
commit 5399b00f95
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef EGMC_HPP
#define EGMC_HPP
#ifndef _DNACOMMON_EGMC_HPP_
#define _DNACOMMON_EGMC_HPP_
#include "DNACommon.hpp"
@ -23,4 +23,4 @@ struct EGMC : public BigDNA
};
}
}
#endif // EGMC_HPP
#endif // _DNACOMMON_EGMC_HPP_