Navigation Menu

Skip to content

Commit

Permalink
Remove needless MAPPER_
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent 8052d24 commit 9581023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mrn_index_table_name.hpp
Expand Up @@ -18,7 +18,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef MRN_INDEX_TABLE_NAME_MAPPER_HPP_
#ifndef MRN_INDEX_TABLE_NAME_HPP_
#define MRN_INDEX_TABLE_NAME_HPP_

#include <mrn_constants.hpp>
Expand All @@ -39,4 +39,4 @@ namespace mrn {
};
}

#endif /* MRN_INDEX_TABLE_NAME_MAPPER_HPP_ */
#endif /* MRN_INDEX_TABLE_NAME_HPP_ */

0 comments on commit 9581023

Please sign in to comment.