mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -12,8 +12,15 @@
|
||||
#ifndef cmDependsJava_h
|
||||
#define cmDependsJava_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmDepends.h"
|
||||
|
||||
#include <iosfwd>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
/** \class cmDependsJava
|
||||
* \brief Dependency scanner for Java class files.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user