compobj.h is a synonym for objbase.h
Moved all the other contents to dlls/ole32/compobj_private.h
diff --git a/include/compobj.h b/include/compobj.h
index 779b319..d42ac8f 100644
--- a/include/compobj.h
+++ b/include/compobj.h
@@ -1,17 +1,7 @@
#ifndef __WINE_COMPOBJ_H
#define __WINE_COMPOBJ_H
-/* All private prototye functions used by OLE will be added to this header file */
-
-#include "wtypes.h"
-
-/* This function initialize the Running Object Table */
-HRESULT WINAPI RunningObjectTableImpl_Initialize();
-
-/* This function uninitialize the Running Object Table */
-HRESULT WINAPI RunningObjectTableImpl_UnInitialize();
-
-/* This function decompose a String path to a String Table containing all the elements ("\" or "subDirectory" or "Directoy" or "FileName") of the path */
-int WINAPI FileMonikerImpl_DecomposePath(LPOLESTR str, LPOLESTR** stringTable);
+/* compobj.h is just a synonym for objbase.h */
+#include "objbase.h"
#endif /* __WINE_COMPOBJ_H */