extlibs should be placed under include/picrin/

This commit is contained in:
Yuichi Nishiwaki 2014-08-25 16:21:32 +09:00
parent 9746db3b9b
commit aa3b385e27
1 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,10 @@ extern "C" {
#include <limits.h>
#include <assert.h>
#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"