summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/GPU.h2
-rw-r--r--dev/LibSCI/SCI.h2
-rw-r--r--dev/LibSCI/src/SCI.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibSCI/GPU.h b/dev/LibSCI/GPU.h
index 976ad2e5..8a1af4ca 100644
--- a/dev/LibSCI/GPU.h
+++ b/dev/LibSCI/GPU.h
@@ -10,7 +10,7 @@ Purpose: GFX System Calls.
#ifndef SCIKIT_GPU_H
#define SCIKIT_GPU_H
-#include <LibSCI.h>
+#include <SCI.h>
// ------------------------------------------------------------------------------------------ //
// GPU API.
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index 2eb6ed80..5b32a2fd 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -2,7 +2,7 @@
Copyright (C) 2024, Theater Quality Inc, all rights reserved.
-File: LibSCI.h
+File: SCI.h
Purpose: System Calls.
------------------------------------------- */
diff --git a/dev/LibSCI/src/SCI.cc b/dev/LibSCI/src/SCI.cc
index ec6cb937..b08a830f 100644
--- a/dev/LibSCI/src/SCI.cc
+++ b/dev/LibSCI/src/SCI.cc
@@ -4,7 +4,7 @@
------------------------------------------- */
-#include <LibSCI.h>
+#include <SCI.h>
/// @file LibSCI.cc
/// @brief Source file for the memory functions of the LibSCI.