You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/05/22 19:18:21 UTC

svn commit: r1485291 - /httpd/httpd/trunk/modules/lua/lua_dbd.c

Author: fuankg
Date: Wed May 22 17:18:20 2013
New Revision: 1485291

URL: http://svn.apache.org/r1485291
Log:
Removed obsolete header include.

Modified:
    httpd/httpd/trunk/modules/lua/lua_dbd.c

Modified: httpd/httpd/trunk/modules/lua/lua_dbd.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/lua_dbd.c?rev=1485291&r1=1485290&r2=1485291&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/lua_dbd.c (original)
+++ httpd/httpd/trunk/modules/lua/lua_dbd.c Wed May 22 17:18:20 2013
@@ -16,7 +16,6 @@
  */
 
 #include "mod_lua.h"
-#include "lua_apr.h"
 #include "lua_dbd.h"
 
 APLOG_USE_MODULE(lua);