]> granicus.if.org Git - apache/commitdiff
Moved header protection to the top.
authorGuenter Knauf <fuankg@apache.org>
Thu, 16 May 2013 12:49:16 +0000 (12:49 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 16 May 2013 12:49:16 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483325 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_request.h

index 9a2488b0f2128891ed1dbc0c6a68bcd5986b4e1f..5eb6745cb8e2d8ce57f74fad604b36e2a4384995 100644 (file)
  * limitations under the License.
  */
 
-#include "mod_lua.h"
-#include "util_varbuf.h"
 #ifndef _LUA_REQUEST_H_
 #define _LUA_REQUEST_H_
 
+#include "mod_lua.h"
+#include "util_varbuf.h"
+
 AP_LUA_DECLARE(void) ap_lua_load_request_lmodule(lua_State *L, apr_pool_t *p);
 AP_LUA_DECLARE(void) ap_lua_push_connection(lua_State *L, conn_rec *r);
 AP_LUA_DECLARE(void) ap_lua_push_server(lua_State *L, server_rec *r);