Quellcode durchsuchen

protocol: packetproto: remove unneeded include

ambrop7 vor 14 Jahren
Ursprung
Commit
682e7e4784
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      protocol/packetproto.h

+ 0 - 2
protocol/packetproto.h

@@ -45,8 +45,6 @@
 #include <stdint.h>
 #include <limits.h>
 
-#include <misc/balign.h>
-
 /**
  * PacketProto packet header.
  * Wraps a single uint16_t in a packed struct for easy access.