Skip to content
Snippets Groups Projects
Commit 633c0027 authored by Yannik Müller's avatar Yannik Müller
Browse files

Replaced forward declarations with proper includes

parent f7a52a29
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#include "stats.h" #include "stats.h"
#include "slow_pairs.h" #include "slow_pairs.h"
#include "error.h" #include "error.h"
#include "memory.h"
#include "vcluster.h"
#if HAVE_VCLUSTER_CUDA == 1 #if HAVE_VCLUSTER_CUDA == 1
#include "gpu_nvidia.h" #include "gpu_nvidia.h"
...@@ -25,11 +27,6 @@ ...@@ -25,11 +27,6 @@
#define _POSIX_HOST_NAME_MAX 4096 //Hopefully enough #define _POSIX_HOST_NAME_MAX 4096 //Hopefully enough
#endif #endif
class VirtualCluster;
class Allocator;
class MemoryBuffer;
class MemoryBufferMulti;
struct linktest_args; struct linktest_args;
namespace linktest{ namespace linktest{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment