xml-parser: don't clear list of included files in each dir 15/230315/2
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Apr 2020 08:01:48 +0000 (10:01 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Apr 2020 08:53:58 +0000 (10:53 +0200)
commit0821d6ca80fe71fdc251580c56cbe4595f6a84f3
treeb7b4f674e46adb33d2a994889854c73a1e3546b5
parent0a3ba72cc2532650afe3485b0a2b77739faefcec
xml-parser: don't clear list of included files in each dir

The 'includedir' directives should make the parser include all
the files in the directories introduced with the directives.

This commit removes clearing of the gathered file list when
the directive is encountered.

Change-Id: Id14be322e8696bd85ddfbb0ba2360a7b4b5bcda4
src/internal/xml_parser.cpp