remove r3_define.h
This commit is contained in:
parent
fbbb976768
commit
92e2ddf066
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef STR_H
|
||||
#define STR_H
|
||||
|
||||
#include "r3_define.h"
|
||||
#include "r3.h"
|
||||
#include "config.h"
|
||||
|
||||
int slug_count(char * p, int len);
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "r3.h"
|
||||
#include "r3_str.h"
|
||||
#include "str_array.h"
|
||||
#include "r3_define.h"
|
||||
|
||||
/**
|
||||
* provide a quick way to count slugs, simply search for '{'
|
||||
|
|
Loading…
Reference in a new issue