Includes cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-07-27 13:11:34 +00:00
parent 6d52606f4b
commit b50e7f5e3b
+1 -2
View File
@@ -28,12 +28,11 @@
#ifndef BLOCKING_QUEUE_H
#define BLOCKING_QUEUE_H
#include <OS.h>
#include <vector>
#include <Locker.h>
#include "AutoLocker.h"
#include <vector>
using std::vector;