use hpp extension for headers

This commit is contained in:
Daniel Sipka 2015-04-12 15:35:13 +02:00
parent c8152686df
commit 7e124ec47b
25 changed files with 47 additions and 47 deletions

View file

@ -1,5 +1,5 @@
#include "render_section.h"
#include "is_node_empty.h"
#include "render_section.hpp"
#include "is_node_empty.hpp"
using namespace mstch;