Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MemInfo
Compare Revisions
1b7e4c9f8a155e26e4c1427bdb703a64fb7b5e1c...1b22dcee328aa2498c974a35ac6ea9562262fce9
Source
1b22dcee328aa2498c974a35ac6ea9562262fce9
Select Git revision
...
Target
1b7e4c9f8a155e26e4c1427bdb703a64fb7b5e1c
Select Git revision
Compare
Commits (1)
Removed old svn header
· 1b22dcee
Jan Möbius
authored
Jan 09, 2019
1b22dcee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
MemInfo.cc
MemInfo.cc
+1
-7
MemInfo.hh
MemInfo.hh
+0
-8
No files found.
MemInfo.cc
View file @
1b22dcee
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MemInfo.hh"
#include "MemInfo.hh"
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
...
...
MemInfo.hh
View file @
1b22dcee
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
#pragma once
#include <OpenFlipper/BasePlugin/BaseInterface.hh>
#include <OpenFlipper/BasePlugin/BaseInterface.hh>
...
...