extlibs should be placed under include/picrin/
This commit is contained in:
parent
9746db3b9b
commit
aa3b385e27
|
@ -36,10 +36,10 @@ extern "C" {
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "xvect/xvect.h"
|
#include "picrin/xvect.h"
|
||||||
#include "xhash/xhash.h"
|
#include "picrin/xhash.h"
|
||||||
#include "xfile/xfile.h"
|
#include "picrin/xfile.h"
|
||||||
#include "xrope/xrope.h"
|
#include "picrin/xrope.h"
|
||||||
|
|
||||||
#include "picrin/config.h"
|
#include "picrin/config.h"
|
||||||
#include "picrin/util.h"
|
#include "picrin/util.h"
|
||||||
|
|
Loading…
Reference in New Issue