]> git.sesse.net Git - vlc/blobdiff - src/test/keys.c
Moving system includes to happen before vlc includes should obviate
[vlc] / src / test / keys.c
index ab569c0bd8e6ecf326699b9b1a2339a520bab011..807366e2f05d8928ea386cef1bb1782ddd7fabc4 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#include <vlc_common.h>
-#include <vlc_keys.h>
-
 #include <stdio.h>
 #include <stdint.h>
 #include <stdbool.h>
 
+#include <vlc_common.h>
+#include <vlc_keys.h>
+
 int main (void)
 {
     bool ok = true;