diff --git a/.travis.yml b/.travis.yml index 15cffbd09..33b41d0f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: directories: - $HOME/.hunter install: - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ethereum/ethereum; sudo apt-get update; sudo apt-get install -y --no-install-recommends --allow-unauthenticated libjson-rpc-cpp-dev libjsoncpp-dev libmicrohttpd-dev; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ethereum/ethereum; sudo apt-get update; sudo apt-get install -y --no-install-recommends --allow-unauthenticated libjson-rpc-cpp-dev libjsoncpp-dev; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libjson-rpc-cpp jsoncpp; fi script: - cmake -DETHASHCUDA=Off -DETHSTRATUM=On -DETHASHCL=On -H. -Bbuild diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index 50f100cb2..f1c9ab464 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -47,7 +47,6 @@ #if ETH_ETHASHCUDA #include #endif -#include #include #include "BuildInfo.h" #include "FarmClient.h"