* rnd_confoun.c: Replace <.../...> includes with "..."s
authorJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 04:25:38 +0000 (04:25 +0000)
committerJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 04:25:38 +0000 (04:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4852 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/os/ChangeLog
src/lib/crypto/os/rnd_confoun.c

index 7a3bb2a8925d31ae9d38b5b67fc314cdbbf0b3c0..06148ad60738d9da8dc9b1225533e07b8fcc57ff 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jan 25 20:24:35 1995  John Gilmore  (gnu at toad.com)
+
+       * rnd_confoun.c: Replace <.../...> includes with "..."s.
+
 Mon Oct 24 14:58:14 1994    (tytso@rsx-11)
 
        * configure.in:
index e4557ebb5e44e37392b03463f2f3bea4de31f5ac..02e2c9d5d537b768ca70e2a35e4eba54d4f99312 100644 (file)
@@ -24,9 +24,8 @@
  * krb5_random_confounder()
  */
 
+#include "k5-int.h"
 
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #ifdef TIME_WITH_SYS_TIME