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
efc3a69d
Commit
efc3a69d
authored
Oct 02, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stats: don't include glib.h in header
Use forward declaration instead.
parent
ec883e19
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
OtherCommands.cxx
src/OtherCommands.cxx
+2
-0
Stats.cxx
src/Stats.cxx
+2
-0
Stats.hxx
src/Stats.hxx
+1
-2
No files found.
src/OtherCommands.cxx
View file @
efc3a69d
...
...
@@ -47,6 +47,8 @@
#include "StickerDatabase.hxx"
#endif
#include <glib.h>
#include <assert.h>
#include <string.h>
...
...
src/Stats.cxx
View file @
efc3a69d
...
...
@@ -28,6 +28,8 @@
#include "util/Error.hxx"
#include "Log.hxx"
#include <glib.h>
struct
stats
stats
;
void
stats_global_init
(
void
)
...
...
src/Stats.hxx
View file @
efc3a69d
...
...
@@ -20,9 +20,8 @@
#ifndef MPD_STATS_HXX
#define MPD_STATS_HXX
#include <glib.h>
class
Client
;
typedef
struct
_GTimer
GTimer
;
struct
stats
{
GTimer
*
timer
;
...
...
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