removed the relative pathnames in #include's

This commit is contained in:
ceriel 1987-10-20 16:21:44 +00:00
parent 0ad68bdb66
commit 71df6e6cb8
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
#include "trans.h" #include "trans.h"
#include "grows.h" #include "grows.h"
#include "data.h" #include "data.h"
#include "../../h/em_path.h" #include <em_path.h>
#ifndef NORCSID #ifndef NORCSID
static char rcs_id[] = "$Header$" ; static char rcs_id[] = "$Header$" ;

View file

@ -7,8 +7,8 @@
#include "ack.h" #include "ack.h"
#include "list.h" #include "list.h"
#include "trans.h" #include "trans.h"
#include "../../h/em_path.h" #include <em_path.h>
#include "../../h/local.h" #include <local.h>
#include "data.h" #include "data.h"
#include <signal.h> #include <signal.h>

View file

@ -5,7 +5,7 @@
*/ */
#include "ack.h" #include "ack.h"
#include "../../h/em_path.h" #include <em_path.h>
#include "list.h" #include "list.h"
#include "trans.h" #include "trans.h"
#include "grows.h" #include "grows.h"