removing unnecessary cuda includes from examples.

This commit is contained in:
Takahito Tejima 2015-04-28 16:13:48 -07:00
parent 82a0513326
commit dc137283dd
3 changed files with 1 additions and 10 deletions

View File

@ -77,12 +77,9 @@
#include <osd/cudaComputeContext.h> #include <osd/cudaComputeContext.h>
#include <osd/cudaComputeController.h> #include <osd/cudaComputeController.h>
#include <cuda_runtime_api.h>
#include <cuda_gl_interop.h>
#include "../common/cudaDeviceContext.h" #include "../common/cudaDeviceContext.h"
CudaDeviceContext g_cudaDeviceContext;
CudaDeviceContext g_cudaDeviceContext;
OpenSubdiv::Osd::CudaComputeController *g_cudaComputeController = NULL; OpenSubdiv::Osd::CudaComputeController *g_cudaComputeController = NULL;
#endif #endif

View File

@ -91,9 +91,6 @@ OpenSubdiv::Osd::CpuComputeController * g_cpuComputeController = NULL;
#include <osd/cudaComputeContext.h> #include <osd/cudaComputeContext.h>
#include <osd/cudaComputeController.h> #include <osd/cudaComputeController.h>
#include <cuda_runtime_api.h>
#include <cuda_gl_interop.h>
#include "../common/cudaDeviceContext.h" #include "../common/cudaDeviceContext.h"
CudaDeviceContext g_cudaDeviceContext; CudaDeviceContext g_cudaDeviceContext;

View File

@ -78,9 +78,6 @@ OpenSubdiv::Osd::CpuComputeController *g_cpuComputeController = NULL;
#include <osd/cudaComputeContext.h> #include <osd/cudaComputeContext.h>
#include <osd/cudaComputeController.h> #include <osd/cudaComputeController.h>
#include <cuda_runtime_api.h>
#include <cuda_gl_interop.h>
#include "../common/cudaDeviceContext.h" #include "../common/cudaDeviceContext.h"
CudaDeviceContext g_cudaDeviceContext; CudaDeviceContext g_cudaDeviceContext;