Drop "private" subfolders

"private" subfolders violate the structure of the project,
since the existence of all other subfolders is based on a
different principle.
In addition, there is no clear line between "private" and
"non private".
This commit is contained in:
Vladimir Golovnev (Glassez) 2020-05-07 20:15:33 +03:00
commit a8c333ff25
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
43 changed files with 112 additions and 112 deletions

View file

@ -66,9 +66,9 @@
#include "base/utils/fs.h"
#include "base/utils/string.h"
#include "downloadpriority.h"
#include "ltunderlyingtype.h"
#include "peeraddress.h"
#include "peerinfo.h"
#include "private/ltunderlyingtype.h"
#include "session.h"
#include "trackerentry.h"