mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
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
@ -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…
x
Reference in New Issue
Block a user