aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/src/tldk/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/src/tldk/module.c')
-rw-r--r--app/nginx/src/tldk/module.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/nginx/src/tldk/module.c b/app/nginx/src/tldk/module.c
index 4ddea36..67d9746 100644
--- a/app/nginx/src/tldk/module.c
+++ b/app/nginx/src/tldk/module.c
@@ -24,14 +24,15 @@
* SUCH DAMAGE.
*/
-#include <rte_ethdev.h>
-#include <rte_lpm6.h>
-#include <rte_lpm.h>
-
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_tldk.h"
+
+#include <rte_ethdev.h>
+#include <rte_lpm6.h>
+#include <rte_lpm.h>
+
#include "be.h"
#include "tldk_sock.h"