diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 18:35:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 20:15:06 +0200 |
commit | 513e187c431ef1b7e0e2504263c12cc9083252d3 (patch) | |
tree | e21828fa2b454f6fc5693317fc608a7ad5aa85f5 /sal/android | |
parent | f0e5ca4d0be13e8494ad2de4c97a192537388ec5 (diff) |
Drop accidental #include
Diffstat (limited to 'sal/android')
-rw-r--r-- | sal/android/lo-bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c index 5813138f3c81..b5a0a051f0e0 100644 --- a/sal/android/lo-bootstrap.c +++ b/sal/android/lo-bootstrap.c @@ -47,7 +47,7 @@ #include <android/log.h> #include "uthash.h" -#include <osl/thread.h> + #include "osl/detail/android-bootstrap.h" #pragma GCC diagnostic ignored "-Wdeclaration-after-statement" |