Removed include of clpp11.hpp in places other than utilities.hpp

pull/204/head
Cedric Nugteren 2017-10-09 19:41:40 +02:00
parent e8f1de0265
commit 44246053a5
2 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,7 @@
#include <string>
#include <vector>
#include "clpp11.hpp"
#include "clblast.h"
#include "utilities/utilities.hpp"
#include "database/database.hpp"
namespace clblast {

View File

@ -16,8 +16,7 @@
#ifndef CLBLAST_EXCEPTIONS_H_
#define CLBLAST_EXCEPTIONS_H_
#include "clpp11.hpp"
#include "clblast.h"
#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================