summaryrefslogtreecommitdiffstats
path: root/net/ocsp
diff options
context:
space:
mode:
Diffstat (limited to 'net/ocsp')
-rw-r--r--net/ocsp/nss_ocsp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc
index d9b1a26..2368df0 100644
--- a/net/ocsp/nss_ocsp.cc
+++ b/net/ocsp/nss_ocsp.cc
@@ -4,11 +4,11 @@
#include "net/ocsp/nss_ocsp.h"
-#include <certdb.h>
#include <certt.h>
+#include <certdb.h>
+#include <ocsp.h>
#include <nspr.h>
#include <nss.h>
-#include <ocsp.h>
#include <secerr.h>
#include <string>