Remove unnecessary include of conf.h
authorTheodore Tso <tytso@mit.edu>
Fri, 28 Apr 1995 17:05:22 +0000 (17:05 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 28 Apr 1995 17:05:22 +0000 (17:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5607 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog
src/lib/krb4/month_sname.c
src/lib/krb4/one.c

index 03a9ebdf18a1e40c1db816b0c9bfe2ebee7435c4..6cc8dfff9c73e435a132197e530e258d07e23c3b 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 28 13:03:23 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * month_sname.c, one.c: Remove unnecessary include of conf.h
+
 Fri Apr 28 01:55:18 1995  Mark W. Eichin  <eichin@cygnus.com>
 
        * kuserok.c: HAS_UNISTD_H instead of USE_.
index 61a007ab734abb4be8bd99d20604ec43136aceb7..1d37098d6df56f03dc06c95a3d53406c7f12e995 100644 (file)
@@ -8,9 +8,6 @@
  * <mit-copyright.h>.
  */
 
-#include "mit-copyright.h"
-#include "conf.h"
-
 /*
  * Given an integer 1-12, month_sname() returns a string
  * containing the first three letters of the corresponding
index 358bb782ea88ae4b7645ef565a6aee961914c1fd..47a16e27fd9f7b3ddb70b9f0c36a5e451ad51c90 100644 (file)
@@ -7,14 +7,9 @@
  * <mit-copyright.h>.
  */
 
-#include "mit-copyright.h"
-#include "conf.h"
-
 /*
  * definition of variable set to 1.
  * used in krb_conf.h to determine host byte order.
  */
 
-#ifndef HOST_BYTE_ORDER
 const int krbONE = 1;
-#endif