v/
/
Execute commands on all lines not containing pattern. If commands are not specified, print all such lines. v is equivalent to g!.
v
g!
:v/#include/d Delete all lines except "#include" lines