summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pipeline.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pipeline.hh')
-rw-r--r--include/qpdf/Pipeline.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh
index 105dd7cb..84e077ec 100644
--- a/include/qpdf/Pipeline.hh
+++ b/include/qpdf/Pipeline.hh
@@ -41,8 +41,8 @@
// are not. It is up to the caller to use a pipeline according to its
// own restrictions.
-#ifndef __PIPELINE_HH__
-#define __PIPELINE_HH__
+#ifndef PIPELINE_HH
+#define PIPELINE_HH
#include <qpdf/DLL.h>
#include <string>
@@ -82,4 +82,4 @@ class Pipeline
Pipeline* next;
};
-#endif // __PIPELINE_HH__
+#endif // PIPELINE_HH