summaryrefslogtreecommitdiff
path: root/ext/psych/psych.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/psych.h')
-rw-r--r--ext/psych/psych.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/psych/psych.h b/ext/psych/psych.h
index 9f1be449a2..1830ca4b19 100644
--- a/ext/psych/psych.h
+++ b/ext/psych/psych.h
@@ -9,10 +9,10 @@
#include <yaml.h>
-#include <parser.h>
-#include <emitter.h>
-#include <to_ruby.h>
-#include <yaml_tree.h>
+#include <psych_parser.h>
+#include <psych_emitter.h>
+#include <psych_to_ruby.h>
+#include <psych_yaml_tree.h>
extern VALUE mPsych;