summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-03-25 23:00:35 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-03-25 23:02:38 +0100
commit54879fe10a5490d4b053f84b5e7c31ed9c2b1729 (patch)
tree8ddb4bdde977645f54fda463b54d7cf88b5ef086 /src/main.c
parent88c1d54e9e9950ef3b8b2ac7a9752493c46dd5e4 (diff)
Sort headers alphabetically
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 2345255..140f9d7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,10 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sys/mman.h>
#include <sys/ioctl.h>
-#include <sys/time.h>
+#include <sys/mman.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <ctype.h>
#include <errno.h>
@@ -33,16 +33,16 @@
#include <string.h>
#include <unistd.h>
-#include <linux/types.h>
#include <linux/media.h>
+#include <linux/types.h>
#include <linux/v4l2-mediabus.h>
#include <linux/v4l2-subdev.h>
#include <linux/videodev2.h>
#include "mediactl.h"
#include "options.h"
-#include "v4l2subdev.h"
#include "tools.h"
+#include "v4l2subdev.h"
/* -----------------------------------------------------------------------------
* Printing