Rename struct buffer to struct ofpbuf.
[sliver-openvswitch.git] / switch / datapath.h
index 6914782..260d10d 100644 (file)
 #ifndef DATAPATH_H
 #define DATAPATH_H 1
 
-#include <time.h>
-#include "openflow.h"
-#include "switch-flow.h"
-#include "buffer.h"
-#include "list.h"
+#include <stdint.h>
 
 struct datapath;
 struct rconn;