#include "file.h"
一般的なコード行に一致する式を作成する必要があります。
その目的のために、以下は正しいですか?
([[:blank:]]*#include[[:blank:]]*")([[:print:]]*\.h)([[:print:]]*)
式は次のものに一致する必要があります。
#include "header.h" //first include
#include "header2.h" //second include
#include "header3.h"
ブースト正規表現ライブラリを使用します。