summaryrefslogtreecommitdiffstats
path: root/net/ocsp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-25 02:45:05 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-25 02:45:05 +0000
commit383668efc3c929bff44049eae357bd8476790b2a (patch)
tree4196d43c7de0c86f887996d3bcee403d03ee982c /net/ocsp
parentacaf67ef799f2844328d69a8e3aae175e5042441 (diff)
downloadchromium_src-383668efc3c929bff44049eae357bd8476790b2a.zip
chromium_src-383668efc3c929bff44049eae357bd8476790b2a.tar.gz
chromium_src-383668efc3c929bff44049eae357bd8476790b2a.tar.bz2
Fix include order to fix linux perf bot.
This should fix the revision r60555 that broke the tree. TBR=eroman@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/3400025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60557 0039d316-1c4b-4281-b951-d872f2087c98
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>