--- a/storage/public/mozStorage.h
+++ b/storage/public/mozStorage.h
@@ -34,14 +34,12 @@
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef _MOZSTORAGE_H_
#define _MOZSTORAGE_H_
-#include "sqlite3.h"
-
#define NS_ERROR_STORAGE_BUSY \
- NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_STORAGE, SQLITE_BUSY)
+ NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_STORAGE, 1)
#endif /* _MOZSTORAGE_H_ */