https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63768
Bug ID: 63768 Summary: double included .h file in libjava/.../natFileChannelPosix.cc Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java Assignee: unassigned at gcc dot gnu.org Reporter: dilyan.palauzov at aegee dot org deheader (git://gitorious.org/deheader/deheader.git) states correctly, that libjava/gnu/java/nio/channels/natFileChannelPosix.cc contains twice #include <gnu/java/nio/channels/FileChannelImpl.h> and one of them is unnecessary.