From ef1b54ccd145f237d95bca4f952e750f9c84bd67 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Fri, 10 Apr 2015 01:55:50 +0300 Subject: Fix include path for indexer --- indexer/tree_structure.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indexer/tree_structure.hpp') diff --git a/indexer/tree_structure.hpp b/indexer/tree_structure.hpp index 173178c09e..525e1d9eb2 100644 --- a/indexer/tree_structure.hpp +++ b/indexer/tree_structure.hpp @@ -1,8 +1,8 @@ #pragma once -#include "../base/assert.hpp" +#include "base/assert.hpp" -#include "../std/iostream.hpp" +#include "std/iostream.hpp" namespace tree -- cgit v1.2.3