From b50e7f5e3bd99d4e8dbee3903c5fa7e992411a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 27 Jul 2009 13:11:34 +0000 Subject: [PATCH] Includes cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31802 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/BlockingQueue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/installer/BlockingQueue.h b/src/apps/installer/BlockingQueue.h index 1d7ee6e4f7..56a9d53ddb 100644 --- a/src/apps/installer/BlockingQueue.h +++ b/src/apps/installer/BlockingQueue.h @@ -28,12 +28,11 @@ #ifndef BLOCKING_QUEUE_H #define BLOCKING_QUEUE_H -#include +#include #include #include "AutoLocker.h" -#include using std::vector;