Skip to content
Snippets Groups Projects
Commit 1f3eac19 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix header guards

parent 8dc8bfcb
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* Author: Jan Travnicek * Author: Jan Travnicek
*/ */
   
#ifndef _STRING_NONLINEAR_VARIABLE_SYMBOL_H_ #ifndef _STRING_RANKED_SYMBOL_H_
#define _STRING_NONLINEAR_VARIABLE_SYMBOL_H_ #define _STRING_RANKED_SYMBOL_H_
   
#include <alphabet/RankedSymbol.h> #include <alphabet/RankedSymbol.h>
#include <core/stringApi.hpp> #include <core/stringApi.hpp>
...@@ -61,4 +61,4 @@ void stringApi < alphabet::RankedSymbol < SymbolType, RankType > >::compose ( st ...@@ -61,4 +61,4 @@ void stringApi < alphabet::RankedSymbol < SymbolType, RankType > >::compose ( st
   
} /* namespace core */ } /* namespace core */
   
#endif /* _STRING_NONLINEAR_VARIABLE_SYMBOL_H_ */ #endif /* _STRING_RANKED_SYMBOL_H_ */
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* Author: Jan Travnicek * Author: Jan Travnicek
*/ */
   
#ifndef _STRING_SUBTREE_WILDCARD_SYMBOL_H_ #ifndef _STRING_WILDCARD_SYMBOL_H_
#define _STRING_SUBTREE_WILDCARD_SYMBOL_H_ #define _STRING_WILDCARD_SYMBOL_H_
   
#include <alphabet/WildcardSymbol.h> #include <alphabet/WildcardSymbol.h>
#include <core/stringApi.hpp> #include <core/stringApi.hpp>
...@@ -22,4 +22,4 @@ struct stringApi < alphabet::WildcardSymbol > { ...@@ -22,4 +22,4 @@ struct stringApi < alphabet::WildcardSymbol > {
   
} /* namespace core */ } /* namespace core */
   
#endif /* _STRING_SUBTREE_WILDCARD_SYMBOL_H_ */ #endif /* _STRING_WILDCARD_SYMBOL_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment