make sure all .c include their own .h

This commit is contained in:
Philippe Teuwen 2019-10-26 18:56:36 +02:00
commit 129b1c4b1f
5 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@
//-----------------------------------------------------------------------------
// LEGIC RF simulation code
//-----------------------------------------------------------------------------
#include "legicrfsim.h"
#include "legicrf.h"
#include "crc.h" /* legic crc-4 */