Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akregator
Commits
9b7ce188
Commit
9b7ce188
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Revert this part of my previous commit
parent
275bc068
Pipeline
#38499
passed with stage
in 14 minutes and 24 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/mk4storage/metakit/src/column.cpp
View file @
9b7ce188
...
...
@@ -10,6 +10,7 @@
#include
"persist.h"
#if !q4_INLINE
#include
"column.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/field.cpp
View file @
9b7ce188
...
...
@@ -11,6 +11,7 @@
#include
<stdlib.h>
// strtol
#if !q4_INLINE
#include
"field.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/handler.cpp
View file @
9b7ce188
...
...
@@ -13,6 +13,7 @@
#include
"persist.h"
#if !q4_INLINE
#include
"handler.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/store.cpp
View file @
9b7ce188
...
...
@@ -15,6 +15,7 @@
#include
"mk4io.h"
// 19991104
#if !q4_INLINE
#include
"store.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/univ.cpp
View file @
9b7ce188
...
...
@@ -13,6 +13,7 @@
#include
<stdlib.h>
// malloc
#if !q4_INLINE
#include
"univ.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Supports
Markdown
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