steveire / grantlee

Libraries for text templating with Qt
Other
141 stars 48 forks source link

remove unneeded moc include #76

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

while browsing the code and went through the file dependencies I stumbled upon this moc include at the end of a cpp file that is not necessary. Removing it also results in a successful build. Can you confirm?