datapath-windows: Refactor sofware offloads and mss
[cascardo/ovs.git] / datapath-windows / ovsext / Actions.c
index 8e41b74..5a04541 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 VMware, Inc.
+ * Copyright (c) 2014, 2016 VMware, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #include "precomp.h"
 
-#include "Checksum.h"
+#include "Debug.h"
 #include "Event.h"
 #include "Flow.h"
 #include "Gre.h"
 #include "Mpls.h"
 #include "NetProto.h"
+#include "Offload.h"
 #include "PacketIO.h"
 #include "Stt.h"
 #include "Switch.h"
@@ -33,7 +34,6 @@
 #undef OVS_DBG_MOD
 #endif
 #define OVS_DBG_MOD OVS_DBG_ACTION
-#include "Debug.h"
 
 typedef struct _OVS_ACTION_STATS {
     UINT64 rxGre;