summaryrefslogtreecommitdiff
path: root/cups/array.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
commitfb863569eb4f51ae62a066dc8049d3ffc0efb0bb (patch)
tree8a209d6684fc82600cbc303ffceedff8fb1d7b58 /cups/array.c
parent941a5490cfa02953d2adcacb1838fd3d3e21976b (diff)
downloadcups-fb863569eb4f51ae62a066dc8049d3ffc0efb0bb.tar.gz
Move debug printfs to internal usage only.
Also, old MD5 code is internal-only.
Diffstat (limited to 'cups/array.c')
-rw-r--r--cups/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/array.c b/cups/array.c
index b2ec00104..860cb4636 100644
--- a/cups/array.c
+++ b/cups/array.c
@@ -13,7 +13,7 @@
#include <cups/cups.h>
#include "string-private.h"
-#include "debug-private.h"
+#include "debug-internal.h"
#include "array-private.h"