OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2b01a79e876d60df7ec330a60cb213f3ecc3559f
Authored by
Jay Berkenbilt
2022-08-29 11:52:34 -0400
1 parent
a3145ab3
Fix header ordering in QTC (format code)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QTC.cc
libqpdf/QTC.cc
View file @
2b01a79
1
1
#include <qpdf/QTC.hh>
2
2
3
3
#include <qpdf/QUtil.hh>
4
-#include <set>
5
4
#include <map>
5
+#include <set>
6
6
#include <stdio.h>
7
7
8
8
static bool
...
...