diff --git a/reactos/lib/sdk/crt/libcntpr.h b/reactos/lib/sdk/crt/libcntpr.h deleted file mode 100644 index e1b955a9a34..00000000000 --- a/reactos/lib/sdk/crt/libcntpr.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS System Libraries - * FILE: lib/sdk/libcntpr/libcntpr.h - * PURPOSE: NT Private CRT - * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) - */ - -/* INCLUDES ******************************************************************/ - -#ifndef _LIBCNT_ -#define _LIBCNT_ - -// -// C Headers -// -#include -#include - -#endif /* _LIBCNT_ */ - -/* EOF */