From aa3b385e27000b766cf93ed032df50b1a5b51656 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 25 Aug 2014 16:21:32 +0900 Subject: [PATCH] extlibs should be placed under include/picrin/ --- include/picrin.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/picrin.h b/include/picrin.h index e58d5a61..a1893b6f 100644 --- a/include/picrin.h +++ b/include/picrin.h @@ -36,10 +36,10 @@ extern "C" { #include #include -#include "xvect/xvect.h" -#include "xhash/xhash.h" -#include "xfile/xfile.h" -#include "xrope/xrope.h" +#include "picrin/xvect.h" +#include "picrin/xhash.h" +#include "picrin/xfile.h" +#include "picrin/xrope.h" #include "picrin/config.h" #include "picrin/util.h"