diff options
author | David Robillard <d@drobilla.net> | 2020-12-15 18:18:10 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-15 19:32:03 +0100 |
commit | e9fccb983f4eb0fde2ffc7f25302da08eb5e8853 (patch) | |
tree | d619f1c93f7057ec286a84f3bdbf4a6d72115d2f /ganv/widget.h | |
parent | eba98a8e4a228e28f693fb5048c109ee423e3e46 (diff) | |
download | ganv-e9fccb983f4eb0fde2ffc7f25302da08eb5e8853.tar.gz ganv-e9fccb983f4eb0fde2ffc7f25302da08eb5e8853.tar.bz2 ganv-e9fccb983f4eb0fde2ffc7f25302da08eb5e8853.zip |
Suppress include warnings in headers when used in other projects
Diffstat (limited to 'ganv/widget.h')
-rw-r--r-- | ganv/widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/widget.h b/ganv/widget.h index 213e669..af31576 100644 --- a/ganv/widget.h +++ b/ganv/widget.h @@ -13,6 +13,8 @@ * with Ganv. If not, see <http://www.gnu.org/licenses/>. */ +// IWYU pragma: no_include "ganv-private.h" + /* Based on GnomeCanvasWidget, by Federico Mena <federico@nuclecu.unam.mx> * Copyright 1997-2000 Free Software Foundation */ |