Includes cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,12 +28,11 @@
|
|||||||
#ifndef BLOCKING_QUEUE_H
|
#ifndef BLOCKING_QUEUE_H
|
||||||
#define BLOCKING_QUEUE_H
|
#define BLOCKING_QUEUE_H
|
||||||
|
|
||||||
#include <OS.h>
|
#include <vector>
|
||||||
|
|
||||||
#include <Locker.h>
|
#include <Locker.h>
|
||||||
|
|
||||||
#include "AutoLocker.h"
|
#include "AutoLocker.h"
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user