summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MinMax.h1
-rw-r--r--vncEncodeCoRRE.h1
-rw-r--r--vncEncodeHexT.h1
-rw-r--r--vncEncodeRRE.h1
-rw-r--r--vncEncoder.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/MinMax.h b/MinMax.h
index 1c7d479..f18aee4 100644
--- a/MinMax.h
+++ b/MinMax.h
@@ -28,7 +28,6 @@
#if !defined(MINMAX_INCLUDED)
#define MINMAX_INCLUDED
-#pragma once
// Some routines used internally to minimise and maximise integers
inline int Max(int x, int y)
diff --git a/vncEncodeCoRRE.h b/vncEncodeCoRRE.h
index 6fbd752..02101c5 100644
--- a/vncEncodeCoRRE.h
+++ b/vncEncodeCoRRE.h
@@ -33,7 +33,6 @@ class vncEncodeCoRRE;
#if !defined(_WINVNC_ENCODECORRRE)
#define _WINVNC_ENCODECORRE
-#pragma once
#include "vncEncoder.h"
#include "vdr/plugin.h"
diff --git a/vncEncodeHexT.h b/vncEncodeHexT.h
index 828934a..338169f 100644
--- a/vncEncodeHexT.h
+++ b/vncEncodeHexT.h
@@ -34,7 +34,6 @@ class vncEncodeHexT;
#if !defined(_WINVNC_ENCODEHEXTILE)
#define _WINVNC_ENCODEHEXTILE
-#pragma once
#include "vncEncoder.h"
diff --git a/vncEncodeRRE.h b/vncEncodeRRE.h
index f11b131..206892f 100644
--- a/vncEncodeRRE.h
+++ b/vncEncodeRRE.h
@@ -34,7 +34,6 @@ class vncEncodeRRE;
#if !defined(_WINVNC_ENCODERRRE)
#define _WINVNC_ENCODERRE
-#pragma once
#include "vncEncoder.h"
diff --git a/vncEncoder.h b/vncEncoder.h
index 561d8ad..b59bfef 100644
--- a/vncEncoder.h
+++ b/vncEncoder.h
@@ -35,7 +35,6 @@ class vncEncoder;
#if !defined(RFBENCODER_DEFINED)
#define RFBENCODER_DEFINED
-#pragma once
typedef unsigned char BYTE;