use hpp extension for headers
This commit is contained in:
parent
c8152686df
commit
7e124ec47b
25 changed files with 47 additions and 47 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue