mirror of https://github.com/GNOME/gimp.git
#include gimpbrushpipe.h and gimpbrushpipeP.h instead of gimpbrushpixmap.h
-Yosh
This commit is contained in:
parent
2854801744
commit
f70e9a6aab
|
@ -1,3 +1,8 @@
|
|||
Thu Aug 26 14:16:12 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/gimpbrushpreview.c: #include gimpbrushpipe.h and gimpbrushpipeP.h
|
||||
instead of gimpbrushpixmap.h
|
||||
|
||||
Thu Aug 26 22:10:11 MEST 1999 Sven Neumann <svengimp.org>
|
||||
|
||||
* app/gimpbrushpreview.[ch]
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "gimpbrushpreview.h"
|
||||
#include "gimpbrushpixmap.h"
|
||||
#include "gimpbrushpipe.h"
|
||||
#include "gimpbrushpipeP.h"
|
||||
#include "brush_scale.h"
|
||||
#include "temp_buf.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "gimpbrushpreview.h"
|
||||
#include "gimpbrushpixmap.h"
|
||||
#include "gimpbrushpipe.h"
|
||||
#include "gimpbrushpipeP.h"
|
||||
#include "brush_scale.h"
|
||||
#include "temp_buf.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "gimpbrushpreview.h"
|
||||
#include "gimpbrushpixmap.h"
|
||||
#include "gimpbrushpipe.h"
|
||||
#include "gimpbrushpipeP.h"
|
||||
#include "brush_scale.h"
|
||||
#include "temp_buf.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "gimpbrushpreview.h"
|
||||
#include "gimpbrushpixmap.h"
|
||||
#include "gimpbrushpipe.h"
|
||||
#include "gimpbrushpipeP.h"
|
||||
#include "brush_scale.h"
|
||||
#include "temp_buf.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue