Sort headers/includes

This commit is contained in:
Benny Baumann
2020-09-18 19:23:04 +02:00
parent dac1e05a2c
commit e1c96879f4
15 changed files with 24 additions and 19 deletions

View File

@ -7,9 +7,10 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "ListItem.h"
#include <sys/time.h>
#include "ListItem.h"
#define METER_BUFFER_LEN 256
typedef struct Meter_ Meter;