Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
77b34fa9
Commit
77b34fa9
authored
Aug 06, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Client: include cleanup
parent
024d978a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
ClientEvent.cxx
src/client/ClientEvent.cxx
+1
-2
ClientFile.cxx
src/client/ClientFile.cxx
+0
-1
ClientMessage.hxx
src/client/ClientMessage.hxx
+2
-2
ClientWrite.cxx
src/client/ClientWrite.cxx
+1
-1
No files found.
src/client/ClientEvent.cxx
View file @
77b34fa9
...
...
@@ -18,8 +18,7 @@
*/
#include "config.h"
#include "ClientInternal.hxx"
#include "util/Error.hxx"
#include "Client.hxx"
#include "Log.hxx"
void
...
...
src/client/ClientFile.cxx
View file @
77b34fa9
...
...
@@ -24,7 +24,6 @@
#include "fs/FileInfo.hxx"
#include "util/Error.hxx"
#include <sys/stat.h>
#include <unistd.h>
bool
...
...
src/client/ClientMessage.hxx
View file @
77b34fa9
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_CLIENT_MESSAGE_H
#define MPD_CLIENT_MESSAGE_H
#ifndef MPD_CLIENT_MESSAGE_H
XX
#define MPD_CLIENT_MESSAGE_H
XX
#include "Compiler.h"
...
...
src/client/ClientWrite.cxx
View file @
77b34fa9
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Client
Internal
.hxx"
#include "Client.hxx"
#include "util/FormatString.hxx"
#include <string.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment