Add auto-config

Change-Id: I3743cfa1a08150d2953ee904ec31dc83642ec063
diff --git a/src/main.cpp b/src/main.cpp
index 4c718a1..d03f0cd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /**
- * Copyright (c) 2013-2016, Regents of the University of California,
+ * Copyright (c) 2013-2017, Regents of the University of California,
  *
  * This file is part of NFD Control Center.  See AUTHORS.md for complete list of NFD
  * authors and contributors.
@@ -18,9 +18,9 @@
  */
 
 #include <QtQml/QQmlApplicationEngine>
+#include <QtQml/QQmlContext>
 #include <QtWidgets/QApplication>
 #include <QtWidgets/QPushButton>
-#include <QtQml/QQmlContext>
 
 #include "forwarder-status.hpp"
 #include "fib-status.hpp"