summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_opendev.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_opendev.c')
-rw-r--r--recordmydesktop/src/rmd_opendev.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/recordmydesktop/src/rmd_opendev.c b/recordmydesktop/src/rmd_opendev.c
index 9b334ab..65d3dac 100644
--- a/recordmydesktop/src/rmd_opendev.c
+++ b/recordmydesktop/src/rmd_opendev.c
@@ -25,11 +25,7 @@
******************************************************************************/
#include "config.h"
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <fcntl.h>
+#include "rmd_opendev.h"
#ifdef HAVE_LIBASOUND
#include <alsa/asoundlib.h>
@@ -38,7 +34,11 @@
#include <sys/soundcard.h>
#endif
-#include "rmd_opendev.h"
+#include <stdlib.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <fcntl.h>
+
#ifdef HAVE_LIBASOUND
© All Rights Reserved