diff --git a/AK/Vector.h b/AK/Vector.h index 33908c81fa..f903059c88 100644 --- a/AK/Vector.h +++ b/AK/Vector.h @@ -19,10 +19,6 @@ #include #include -#ifndef __serenity__ -# include -#endif - namespace AK { namespace Detail {