]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crypto: change include
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 3 Dec 2010 21:19:06 +0000 (13:19 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Sat, 4 Dec 2010 03:34:37 +0000 (19:34 -0800)
src/auth/Crypto.cc

index 91bd0f89baff57ae1c65e6e21b4de52769414d19..467e086b3c9d40bafdd9e229f8422774d6580a0f 100644 (file)
@@ -12,9 +12,9 @@
  */
 
 #include "Crypto.h"
-#include "cryptopp/modes.h"
-#include "cryptopp/aes.h"
-#include "cryptopp/filters.h"
+#include <cryptopp/modes.h>
+#include <cryptopp/aes.h>
+#include <cryptopp/filters.h>
 
 #include "include/ceph_fs.h"
 #include "config.h"