Added separated header files
[apps/low-level-can-service.git] / src / can_event_push.cpp
index d3f4cbd..9251da6 100644 (file)
  * limitations under the License.
  */
 
-#include <linux/can.h>
-#include <linux/can/raw.h>
-#include <queue>
-
-#include <afb/afb-binding.h>
-
-#include "can-utils.h"
-#include "openxc-utils.hpp"
-#include "openxc.pb.h"
-#include "json-c/json.h"
+#include "can_event_push.hpp"
 
 void can_event_push(can_bus_t& can_bus)
 {