Normalize on include guard style, removing __ reserved words

This commit is contained in:
Jason Turner
2011-03-08 14:06:09 -07:00
parent 0b97fcb4df
commit f6b6936348
20 changed files with 40 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __chaiscriptdispatchkit_dynamic_cast_conversion_hpp__
#define __chaiscriptdispatchkit_dynamic_cast_conversion_hpp__
#ifndef CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_
#define CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_
#include "type_info.hpp"
#include "boxed_value.hpp"