Showing with 1 addition and 2 deletions.
  1. +1 −1 cmake/travis.sh
  2. +0 −1 src/libkstmath/plottickcalculator.cpp
2 changes: 1 addition & 1 deletion cmake/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ fi

$cmakebin ../kst \
-Dkst_release=1 \
-Dkst_merg_files=1 \
-Dkst_merge_files=1 \
-Dkst_version_string=$versionname \
-Dkst_install_prefix=./$versionname \
-Dkst_cross=$compiler \
Expand Down
1 change: 0 additions & 1 deletion src/libkstmath/plottickcalculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include <QtGlobal>
#include <math.h>
#include <cmath>

namespace Kst {

Expand Down