1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

gcs: fix incorrect file case on include path

This breaks the Linux build.  Introduced in d03282d.
This commit is contained in:
Stacey Sheldon 2012-06-20 22:07:14 -04:00
parent 7425547b33
commit 5c7295549e

View File

@ -34,7 +34,7 @@
#include <QtCore/QList>
#include <QtCore/QLinkedList>
#include <QtCore/QVariant>
#include <QTCore/QTime>
#include <QtCore/QTime>
#include <QtCore/QTimer>
#include <QtCore/QObject>
#include <QtCore/QDebug>