header files should be included alphabetically

master
karlstav 6 years ago
parent 0558e37708
commit 88de9b6027
  1. 2
      input/alsa.c

@ -3,9 +3,9 @@
#include "debug.h"
#include "input/common.h"
#include <alloca.h>
#include <alsa/asoundlib.h>
#include <math.h>
#include <alloca.h>
// assuming stereo
#define CHANNELS_COUNT 2

Loading…
Cancel
Save