remove r3_define.h

This commit is contained in:
c9s 2014-05-20 23:54:57 +08:00
parent fbbb976768
commit 92e2ddf066
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
#ifndef STR_H #ifndef STR_H
#define STR_H #define STR_H
#include "r3_define.h" #include "r3.h"
#include "config.h" #include "config.h"
int slug_count(char * p, int len); int slug_count(char * p, int len);

View file

@ -8,9 +8,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include "r3.h"
#include "r3_str.h" #include "r3_str.h"
#include "str_array.h" #include "str_array.h"
#include "r3_define.h"
/** /**
* provide a quick way to count slugs, simply search for '{' * provide a quick way to count slugs, simply search for '{'