removed the relative pathnames in #include's
This commit is contained in:
parent
9930de7375
commit
b324cc9813
@ -9,7 +9,7 @@
|
||||
#include "trans.h"
|
||||
#include "grows.h"
|
||||
#include "data.h"
|
||||
#include "../../h/em_path.h"
|
||||
#include <em_path.h>
|
||||
|
||||
#ifndef NORCSID
|
||||
static char rcs_id[] = "$Header$" ;
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#include "ack.h"
|
||||
#include "list.h"
|
||||
#include "trans.h"
|
||||
#include "../../h/em_path.h"
|
||||
#include "../../h/local.h"
|
||||
#include <em_path.h>
|
||||
#include <local.h>
|
||||
#include "data.h"
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "ack.h"
|
||||
#include "../../h/em_path.h"
|
||||
#include <em_path.h>
|
||||
#include "list.h"
|
||||
#include "trans.h"
|
||||
#include "grows.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user