aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-08-26 16:04:29 -0400
committerBruce Momjian <bruce@momjian.us>2011-08-26 18:15:14 -0400
commit48423d949f6bf8f21505a00571aa2f9559952016 (patch)
tree549e1cf2ff601fa4170135939aac68206845e74b
parent455d08b2855af0e7748bbc7602605ceb48492b3a (diff)
downloadpostgresql-48423d949f6bf8f21505a00571aa2f9559952016.tar.gz
postgresql-48423d949f6bf8f21505a00571aa2f9559952016.zip
Add markers.
-rw-r--r--src/bin/scripts/common.h4
-rw-r--r--src/include/pg_trace.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h
index 694977b73b3..caa9e81f457 100644
--- a/src/bin/scripts/common.h
+++ b/src/bin/scripts/common.h
@@ -10,8 +10,8 @@
#define COMMON_H
#include "libpq-fe.h"
-#include "getopt_long.h"
-#include "pqexpbuffer.h"
+#include "getopt_long.h" /* pgrminclude ignore */
+#include "pqexpbuffer.h" /* pgrminclude ignore */
enum trivalue
{
diff --git a/src/include/pg_trace.h b/src/include/pg_trace.h
index e8112d3d58e..cd4775eb360 100644
--- a/src/include/pg_trace.h
+++ b/src/include/pg_trace.h
@@ -12,6 +12,6 @@
#ifndef PG_TRACE_H
#define PG_TRACE_H
-#include "utils/probes.h"
+#include "utils/probes.h" /* pgrminclude ignore */
#endif /* PG_TRACE_H */