Hi there,
we are using includes to our own library like this:
#include <common/dt_regex.h>
When using the refactoring tool AddInclude, we always get an include line like:
#include "common/dt_regex.h"
Is it possible to change the "" to <> marks?
(I tried to put our library to the stable headers - but this did not work either).
Thx,
Andi