summaryrefslogtreecommitdiff
path: root/dquote.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-16 15:33:44 -0700
committerKarl Williamson <khw@cpan.org>2020-01-23 15:46:56 -0700
commit14fe5f8a20e1e15504b894f3df0861524250bd64 (patch)
tree3e582fa6dfe371ac7a7f7a41e725bcb83b53e3dd /dquote.c
parentfcc04d73946f50bda2ffb344bea778338ce39003 (diff)
downloadperl-14fe5f8a20e1e15504b894f3df0861524250bd64.tar.gz
Remove dquote_inline.h
The remaining function in this file is moved to inline.h, just to not have an extra file lying around with hardly anything in it.
Diffstat (limited to 'dquote.c')
-rw-r--r--dquote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dquote.c b/dquote.c
index c032198529..dcbd8c93ac 100644
--- a/dquote.c
+++ b/dquote.c
@@ -8,7 +8,6 @@
#include "EXTERN.h"
#define PERL_IN_DQUOTE_C
#include "perl.h"
-#include "dquote_inline.h"
/* XXX Add documentation after final interface and behavior is decided */