More polishing of some of the branche's changes.

This commit is contained in:
Robin Sommer 2014-07-31 15:01:50 -07:00
parent 0ba4b768cd
commit 8031da4ee7
7 changed files with 9 additions and 16 deletions

View file

@ -2,7 +2,6 @@
#include "Component.h"
#include "Manager.h"
#include "../Desc.h"
#include "../util.h"
@ -25,5 +24,3 @@ void Component::DoDescribe(ODesc* d) const
d->Add("Log::WRITER_");
d->Add(CanonicalName());
}