diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 05:06:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 05:06:53 +0200 |
commit | 1c28600c36d15cf1eb6f8a1816375abf0d4bef31 (patch) | |
tree | b5e690bd256870af94c17b20fcbab8f904bb2d2e | |
parent | d32ba5032b9506e89590d15f82b6d4a484f2bd04 (diff) |
ht: fix include
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 1 | ||||
-rw-r--r-- | ftnoir_tracker_ht/stdafx.h | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 86992911..2ac614a2 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -1,4 +1,3 @@ -#include "stdafx.h" #include "headtracker-ftnoir.h" #include "ftnoir_tracker_ht.h" #include "ui_ht-trackercontrols.h" diff --git a/ftnoir_tracker_ht/stdafx.h b/ftnoir_tracker_ht/stdafx.h deleted file mode 100644 index e69de29b..00000000 --- a/ftnoir_tracker_ht/stdafx.h +++ /dev/null |