From d48cbe75ef29a9c67c9d176bf58e56ea6448fb9e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 21 Oct 2024 20:23:36 +0200 Subject: IMP: Major refactor of header and source files extensions. Signed-off-by: Amlal El Mahrouss --- dev/modules/GLCG/GLCG.h | 9 +++++++++ dev/modules/GLCG/GLCG.hxx | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 dev/modules/GLCG/GLCG.h delete mode 100644 dev/modules/GLCG/GLCG.hxx (limited to 'dev/modules/GLCG') diff --git a/dev/modules/GLCG/GLCG.h b/dev/modules/GLCG/GLCG.h new file mode 100644 index 00000000..8f189e44 --- /dev/null +++ b/dev/modules/GLCG/GLCG.h @@ -0,0 +1,9 @@ +/* ------------------------------------------- + + Copyright ZKA Web Services Co. + +------------------------------------------- */ + +#pragma once + +#include diff --git a/dev/modules/GLCG/GLCG.hxx b/dev/modules/GLCG/GLCG.hxx deleted file mode 100644 index fe879711..00000000 --- a/dev/modules/GLCG/GLCG.hxx +++ /dev/null @@ -1,9 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Web Services Co. - -------------------------------------------- */ - -#pragma once - -#include -- cgit v1.2.3