cppcheck/CheckHeaders.h

14 lines
372 B
C
Raw Normal View History

//---------------------------------------------------------------------------
#ifndef CheckHeadersH
#define CheckHeadersH
//---------------------------------------------------------------------------
void WarningHeaderWithImplementation();
void WarningIncludeHeader();
//---------------------------------------------------------------------------
#endif