code cleanup
This commit is contained in:
parent
9fd29d588f
commit
ec0b7cbf0d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "article.h"
|
#include "article.h"
|
||||||
|
#include "seller.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
#define ARTICLE_H
|
#define ARTICLE_H
|
||||||
|
|
||||||
#include "entityuuid.h"
|
#include "entityuuid.h"
|
||||||
//#include "sale.h"
|
|
||||||
//#include "seller.h"
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -43,3 +41,4 @@ class Article : public EntityUuid
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue