diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-13 00:12:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:22:57 -0500 |
commit | a102f52db89f8a31327a3a9fafa1e5a1699ca3cd (patch) | |
tree | a2fe9e3dc32ea021264bfd38a3be2403c7ea2879 /source4/lib/appweb/esp | |
parent | adbb1612c12d03fa94e4ee23fbc2fa96c09d9dcd (diff) | |
download | samba-a102f52db89f8a31327a3a9fafa1e5a1699ca3cd.tar.gz samba-a102f52db89f8a31327a3a9fafa1e5a1699ca3cd.tar.bz2 samba-a102f52db89f8a31327a3a9fafa1e5a1699ca3cd.zip |
r8400: separate out the mpr code, as it is in the upstream appweb sources
(This used to be commit 0e30b6e4cc9e70975d3179cfeddc4bfcc8c8fbb7)
Diffstat (limited to 'source4/lib/appweb/esp')
-rw-r--r-- | source4/lib/appweb/esp/esp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/appweb/esp/esp.h b/source4/lib/appweb/esp/esp.h index ee86e8d345..e15daf0b4e 100644 --- a/source4/lib/appweb/esp/esp.h +++ b/source4/lib/appweb/esp/esp.h @@ -38,8 +38,8 @@ #include "lib/appweb/ejs/ejs.h" #include "lib/appweb/esp/espEnv.h" -#include "lib/appweb/ejs/var.h" -#include "lib/appweb/ejs/miniMpr.h" +#include "lib/appweb/mpr/var.h" +#include "lib/appweb/mpr/miniMpr.h" /*********************************** Defines **********************************/ |