diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-08 13:43:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-08 13:43:42 +0200 |
commit | e2d5245359de0cd419d49b1f3c8e1392c5d9342a (patch) | |
tree | 8bd0a19cdf7e04d4cc344031b231ffbc2437d527 /csv/csv.cpp | |
parent | 863b8cad6d95ed2492ac929066f843664a49998d (diff) |
use "static" once, don't propagate from a macro
Diffstat (limited to 'csv/csv.cpp')
-rw-r--r-- | csv/csv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp index 31548f78..05df7da0 100644 --- a/csv/csv.cpp +++ b/csv/csv.cpp @@ -13,7 +13,6 @@ #include "opentrack-library-path.h" #include <QTextDecoder> #include <QFile> -#include <QCoreApplication> #include <QString> #include <QDebug> |