rename css_color_grammar_def.hpp -> css_color_grammar_impl.hpp to be consistent with other headers
This commit is contained in:
parent
14d6c3b80b
commit
bedcde02cb
2 changed files with 3 additions and 5 deletions
|
@ -20,8 +20,8 @@
|
|||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef MAPNIK_CSS_COLOR_GRAMMAR_DEF_HPP
|
||||
#define MAPNIK_CSS_COLOR_GRAMMAR_DEF_HPP
|
||||
// NOTE: This is an implementation header file and is only meant to be included
|
||||
// from implementation files. It therefore doesn't have an include guard.
|
||||
|
||||
// boost
|
||||
#include <boost/version.hpp>
|
||||
|
@ -100,5 +100,3 @@ css_color_grammar<Iterator>::css_color_grammar()
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#if BOOST_VERSION >= 104500
|
||||
|
||||
#include <mapnik/css_color_grammar_def.hpp>
|
||||
#include <mapnik/css_color_grammar_impl.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue