summaryrefslogtreecommitdiff
path: root/src/part-browser.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-12 23:10:08 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-12 23:10:08 +0200
commite1fffcb07ce0d8b0db9e0b4b5e1e0c1128197af5 (patch)
tree850eead23d896c80df8c02ab0231164a07e8356e /src/part-browser.h
parent1eb59a5d9eedcb2fde4cfcd8f3cf87edf18e71e4 (diff)
New upstream version 0.82
Diffstat (limited to 'src/part-browser.h')
-rw-r--r--src/part-browser.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/part-browser.h b/src/part-browser.h
index 5dcfa73..6f7c232 100644
--- a/src/part-browser.h
+++ b/src/part-browser.h
@@ -6,11 +6,13 @@
* Richard Hult <rhult@hem.passagen.se>
* Ricardo Markiewicz <rmarkie@fi.uba.ar>
* Andres de Barbara <adebarbara@fi.uba.ar>
+ * Marc Lorber <lorber.marc@wanadoo.fr>
*
- * Web page: http://arrakis.lug.fi.uba.ar/
+ * Web page: https://github.com/marc-lorber/oregano
*
* Copyright (C) 1999-2001 Richard Hult
* Copyright (C) 2003,2004 Ricardo Markiewicz
+ * Copyright (C) 2009-2012 Marc Lorber
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -27,11 +29,12 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
#ifndef __PART_BROWSER_H
#define __PART_BROWSER_H
-#include <gnome.h>
#include <gtk/gtk.h>
+
#include "schematic.h"
void part_browser_toggle_show (SchematicView *schematic_view);