auth: fix include quotes for generated headers
authorMichael Meffie <mmeffie@sinenomine.net>
Sun, 2 Mar 2014 17:26:24 +0000 (12:26 -0500)
committerD Brashear <shadow@your-file-system.com>
Wed, 28 May 2014 14:24:37 +0000 (10:24 -0400)
Change-Id: If4786c30b0b448ea4ff663d62d5e0f8623736084
Reviewed-on: http://gerrit.openafs.org/10870
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: D Brashear <shadow@your-file-system.com>

src/auth/ktc.c
src/auth/token.c

index 6853b0f..3fb8a61 100644 (file)
@@ -42,7 +42,7 @@
 #endif
 
 #include <afs/vice.h>
-#include <afs/auth.h>
+#include "auth.h"
 #include <afs/venus.h>
 #include <afs/afsutil.h>
 
@@ -62,7 +62,7 @@
 #include "ktc.h"
 
 #ifdef AFS_KERBEROS_ENV
-#include <afs/cellconfig.h>
+#include "cellconfig.h"
 static char lcell[MAXCELLCHARS];
 
 #define TKT_ROOT "/tmp/tkt"
index 5e10543..b8fade5 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <roken.h>
 
-#include <afs/auth.h>
+#include "auth.h"
 #include <rx/rxkad.h>
 
 #include "ktc.h"