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,8 +1,8 @@
#include <visitor/render_node.h>
#include "outside_section.h"
#include "in_section.h"
#include "in_inverted_section.h"
#include "render_context.h"
#include "visitor/render_node.hpp"
#include "outside_section.hpp"
#include "in_section.hpp"
#include "in_inverted_section.hpp"
#include "render_context.hpp"
using namespace mstch;