[SHELL32]

* Remove unneeded config.h inclusion.
* Remove an unneeded include dir.

svn path=/trunk/; revision=57886
This commit is contained in:
Amine Khaldi 2012-12-12 12:20:26 +00:00
parent 70ed141c58
commit 424881352d
2 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@ add_definitions(
-D_WINE)
include_directories(
${REACTOS_SOURCE_DIR}/include/reactos/wine
${REACTOS_SOURCE_DIR}/lib/recyclebin
${REACTOS_SOURCE_DIR}/lib/atl
${REACTOS_SOURCE_DIR})

View file

@ -1,8 +1,6 @@
#ifndef _PRECOMP_H__
#define _PRECOMP_H__
#include "config.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>