clean up spec file for packaging
[profile/ivi/libedit.git] / packaging / 09-history.c.patch
1 --- export/src/history.c        2009-09-23 22:55:51.000000000 +0200
2 +++ ../src/history.c    2009-09-23 23:04:26.000000000 +0200
3 @@ -47,11 +47,7 @@
4  #include <string.h>
5  #include <stdlib.h>
6  #include <stdarg.h>
7 -#ifdef HAVE_VIS_H
8  #include <vis.h>
9 -#else
10 -#include "np/vis.h"
11 -#endif
12  #include <sys/stat.h>
13  
14  static const char hist_cookie[] = "_HiStOrY_V2_\n";