9 lines
117 B
C
9 lines
117 B
C
|
#ifndef DATA_FORMATS_H
|
||
|
#define DATA_FORMATS_H
|
||
|
|
||
|
#include <ntp_machine.h>
|
||
|
#include <ntp_fp.h>
|
||
|
#include <ntp.h>
|
||
|
|
||
|
#endif
|