summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/CFKit/GUIDWizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/CFKit/GUIDWizard.hxx')
-rw-r--r--dev/Kernel/CFKit/GUIDWizard.hxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev/Kernel/CFKit/GUIDWizard.hxx b/dev/Kernel/CFKit/GUIDWizard.hxx
deleted file mode 100644
index 034aceea..00000000
--- a/dev/Kernel/CFKit/GUIDWizard.hxx
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies.
-
-------------------------------------------- */
-
-#pragma once
-
-#include <CFKit/GUIDWrapper.hxx>
-#include <NewKit/Array.hxx>
-#include <NewKit/ArrayList.hxx>
-#include <NewKit/Defines.hxx>
-#include <NewKit/ErrorOr.hxx>
-#include <NewKit/Ref.hxx>
-#include <NewKit/Stream.hxx>
-#include <NewKit/String.hxx>
-
-namespace Kernel::XRN::Version1
-{
- Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq);
- ErrorOr<Ref<Kernel::StringView>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
-} // namespace Kernel::XRN::Version1