aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-17 19:00:24 (GMT)
committerfluxgen <fluxgen>2002-02-17 19:00:24 (GMT)
commit552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch)
treeafef474ccd73266ec2421f521f56b5088680766c /src/Keys.hh
parentc66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff)
downloadfluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip
fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2
include guard
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 659be93..143715b 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -19,10 +19,10 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Keys.hh,v 1.5 2002/02/04 06:42:00 fluxgen Exp $ 22// $Id: Keys.hh,v 1.6 2002/02/17 18:57:47 fluxgen Exp $
23 23
24#ifndef _KEYS_HH_ 24#ifndef KEYS_HH
25#define _KEYS_HH_ 25#define KEYS_HH
26 26
27#include <string> 27#include <string>
28#include <vector> 28#include <vector>