Skip to content

Commit

Permalink
Rename anjuta-token-style to anjuta-token-list
Browse files Browse the repository at this point in the history
  • Loading branch information
sgranjoux committed Dec 1, 2009
1 parent dd670a2 commit 1ae7344
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions libanjuta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ libanjuta_a_SOURCES = \
anjuta-debug.h \
anjuta-utils.c \
anjuta-utils.h \
anjuta-token-style.h \
anjuta-token-style.c \
anjuta-token-list.h \
anjuta-token-list.c \
anjuta-token-file.h \
anjuta-token-file.c \
anjuta-project.c \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* anjuta-token-style.c
* anjuta-token-list.c
* Copyright (C) Sébastien Granjoux 2009 <[email protected]>
*
* This program is free software: you can redistribute it and/or modify it
Expand All @@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "anjuta-token-style.h"
#include "anjuta-token-list.h"

#include "libanjuta/anjuta-debug.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* anjuta-token-style.h
* anjuta-token-list.h
* Copyright (C) Sébastien Granjoux 2009 <[email protected]>
*
* This program is free software: you can redistribute it and/or modify it
Expand All @@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _ANJUTA_TOKEN_STYLE_H_
#define _ANJUTA_TOKEN_STYLE_H_
#ifndef _ANJUTA_TOKEN_LIST_H_
#define _ANJUTA_TOKEN_LIST_H_

#include <glib.h>

Expand Down
2 changes: 1 addition & 1 deletion src/am-project.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <libanjuta/anjuta-project.h>
#include <libanjuta/anjuta-token.h>
#include <libanjuta/anjuta-token-file.h>
#include <libanjuta/anjuta-token-style.h>
#include <libanjuta/anjuta-token-list.h>

G_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion src/mk-project.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <libanjuta/anjuta-project.h>
#include <libanjuta/anjuta-token.h>
#include <libanjuta/anjuta-token-file.h>
#include <libanjuta/anjuta-token-style.h>
#include <libanjuta/anjuta-token-list.h>

G_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion src/mk-scanner.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "libanjuta/anjuta-token.h"
#include "libanjuta/anjuta-token-file.h"
#include "libanjuta/anjuta-token-style.h"
#include "libanjuta/anjuta-token-list.h"

#include <glib.h>
#include <gio/gio.h>
Expand Down

0 comments on commit 1ae7344

Please sign in to comment.